Skip to content

Commit

Permalink
bump some library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoodwin committed Nov 11, 2024
1 parent fc284de commit 1c8d73c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.0",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.0 | ^8",
"vimeo/psalm": "*"
},
"license": "GPL v2.0",
Expand All @@ -15,8 +15,8 @@
}
],
"require": {
"php" : "^7.2",
"twig/twig": "^2.0",
"php" : "^7.2 | ^8.0",
"twig/twig": "^3.0",
"shardj/zf1-future" : "^1.14.0"
},
"autoload": {
Expand Down

0 comments on commit 1c8d73c

Please sign in to comment.