Skip to content

Commit

Permalink
Updated required PHP version syntax for consistency with the framewor…
Browse files Browse the repository at this point in the history
…k, updated the routing library's required Symfony routing dependency
  • Loading branch information
davidbyoung committed Oct 11, 2020
1 parent 1b0c86d commit d5b33d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"require": {
"php": "^8.0"
"php": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": "~9.4"
Expand Down

0 comments on commit d5b33d9

Please sign in to comment.