We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8d73c commit dde9164Copy full SHA for dde9164
1 file changed
composer.json
@@ -4,8 +4,8 @@
4
"type": "project",
5
"require-dev": {
6
"php-parallel-lint/php-parallel-lint": "^1.0",
7
- "phpunit/phpunit": "^7.0 | ^8",
8
- "vimeo/psalm": "*"
+ "phpunit/phpunit": "^8.5.52 | ^9.6.33",
+ "psalm/phar": "*"
9
},
10
"license": "GPL v2.0",
11
"authors": [
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php" : "^7.2 | ^8.0",
+ "php" : "^8.0",
19
"twig/twig": "^3.0",
20
"shardj/zf1-future" : "^1.14.0"
21
@@ -31,7 +31,7 @@
31
32
"scripts": {
33
"lint": "@php vendor/bin/parallel-lint --exclude vendor public include",
34
- "psalm": "@php vendor/bin/psalm --show-info=false",
+ "psalm": "@php vendor/bin/psalm.phar --show-info=false",
35
"phpunit": "@php vendor/bin/phpunit",
36
"test": [
37
"@lint",
0 commit comments