Skip to content

Commit

Permalink
Merge pull request #11 from Xelon-AG/php8.x-support
Browse files Browse the repository at this point in the history
Add PHP ^8 support
  • Loading branch information
tonkoshkurik authored Jun 20, 2023
2 parents 6afd5fb + c853ef0 commit 08723a3
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 @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^8.83.20",
"illuminate/contracts": "^9.0|^10.0",
"guzzlehttp/guzzle": "^7.0.1",
"ext-soap": "*"
},
"require-dev": {
"nunomaduro/collision": "^5.0",
"nunomaduro/collision": "^6.1",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit 08723a3

Please sign in to comment.