Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #543 from larowka/master
Browse files Browse the repository at this point in the history
Support php 8.1 and laravel 10
  • Loading branch information
Arkanius authored Apr 13, 2023
2 parents 8e01730 + 9ec3c9c commit 55ff29f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Files
.DS_Store
phpunit.xml
.phpunit.result.cache
composer.lock
.scannerwork

Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
}
],
"require": {
"php": "^7.2|^8.0",
"illuminate/console": "~5.4|~6.0|~7.0|~8.0|~9.0",
"illuminate/contracts": "~5.4|~6.0|~7.0|~8.0|~9.0",
"illuminate/http": "~5.4|~6.0|~7.0|~8.0|~9.0",
"illuminate/support": "~5.4|~6.0|~7.0|~8.0|~9.0",
"php": "^7.2|^8.0|^8.1",
"illuminate/console": "~5.4|~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/contracts": "~5.4|~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/http": "~5.4|~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/support": "~5.4|~6.0|~7.0|~8.0|~9.0|~10.0",
"predis/predis": "^1.1"
},
"require-dev": {
"laravel/lumen-framework": "~5.4|~6.0|~7.0|~8.0|~9.0",
"phpunit/phpunit": "^9",
"phpunit/php-code-coverage": "^9",
"laravel/lumen-framework": "~5.4|~6.0|~7.0|~8.0|~9.0|~10.0",
"phpunit/phpunit": "^10",
"phpunit/php-code-coverage": "^10",
"php-coveralls/php-coveralls": "^2.1",
"mockery/mockery": "~1.5",
"codedungeon/phpunit-result-printer": "^0.31.0",
Expand Down

0 comments on commit 55ff29f

Please sign in to comment.