Skip to content

Commit

Permalink
Merge pull request #4 from maatien/master
Browse files Browse the repository at this point in the history
Add compatibility to Laravel 9 and PHP 8.0/8.1
  • Loading branch information
eisfeuer authored Jun 26, 2023
2 parents 4565c9a + 1c9c7af commit da39b84
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 @@ -19,11 +19,11 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 || ^8.0",
"ext-json": "*",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"php-unit-conversion/php-unit-conversion": "^1.2.3",
"spatie/enum": "^2.3.5"
"spatie/enum": "^3.12.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.3",
Expand Down

0 comments on commit da39b84

Please sign in to comment.