Skip to content

Commit 5a2d657

Browse files
committed
package upgrade
1 parent 5c7a05c commit 5a2d657

File tree

3 files changed

+136
-418
lines changed

3 files changed

+136
-418
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
composer.phar
22
/vendor/
3-
.idea
3+
.idea
4+
.phpunit.result.cache

composer.json

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prefer-stable": true,
88

99
"require": {
10-
"php": "^7.4 || ^8.0",
10+
"php": "^8.1",
1111
"jaeger/querylist": "^4.2",
1212
"ahmard/guzwrap": "^2.4"
1313
},
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require-dev": {
20-
"phpstan/phpstan": "^0.12.64",
20+
"phpstan/phpstan": "^1.9",
2121
"phpunit/phpunit": "^9.5"
2222
},
2323
"autoload-dev": {

0 commit comments

Comments
 (0)