Skip to content

Commit 62096e0

Browse files
committed
Bump requirements
1 parent 8a7b88e commit 62096e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1 || ^8.0",
14-
"phpstan/phpstan": "^1.0",
13+
"php": "^7.4 || ^8.0",
14+
"phpstan/phpstan": "^2.0",
1515
"thecodingmachine/safe": "^1.0 || ^2.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^7.5.2 || ^8.0",
18+
"phpunit/phpunit": "^9.6",
1919
"php-coveralls/php-coveralls": "^2.1",
2020
"squizlabs/php_codesniffer": "^3.4"
2121
},
@@ -30,13 +30,13 @@
3030
}
3131
},
3232
"scripts": {
33-
"phpstan": "phpstan analyse src -c phpstan.neon --level=7 --no-progress -vvv",
33+
"phpstan": "phpstan analyse src -c phpstan.neon --level=max --no-progress -vvv",
3434
"cs-fix": "phpcbf",
3535
"cs-check": "phpcs"
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "1.1-dev"
39+
"dev-master": "2.0-dev"
4040
},
4141
"phpstan": {
4242
"includes": [

0 commit comments

Comments
 (0)