Skip to content

Commit

Permalink
Make dependencies compatible with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Apr 2, 2024
1 parent 5ed3990 commit 035f83f
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 448 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.1",
"justinrainbow/json-schema": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "^10.0 || ^11.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 035f83f

Please sign in to comment.