Skip to content

Commit dde9164

Browse files
committed
resolve dependabot warnings from phpunit etc, move to psalm/phar, move php requirement to ^8.0
1 parent 1c8d73c commit dde9164

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"type": "project",
55
"require-dev": {
66
"php-parallel-lint/php-parallel-lint": "^1.0",
7-
"phpunit/phpunit": "^7.0 | ^8",
8-
"vimeo/psalm": "*"
7+
"phpunit/phpunit": "^8.5.52 | ^9.6.33",
8+
"psalm/phar": "*"
99
},
1010
"license": "GPL v2.0",
1111
"authors": [
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php" : "^7.2 | ^8.0",
18+
"php" : "^8.0",
1919
"twig/twig": "^3.0",
2020
"shardj/zf1-future" : "^1.14.0"
2121
},
@@ -31,7 +31,7 @@
3131
},
3232
"scripts": {
3333
"lint": "@php vendor/bin/parallel-lint --exclude vendor public include",
34-
"psalm": "@php vendor/bin/psalm --show-info=false",
34+
"psalm": "@php vendor/bin/psalm.phar --show-info=false",
3535
"phpunit": "@php vendor/bin/phpunit",
3636
"test": [
3737
"@lint",

0 commit comments

Comments
 (0)