Skip to content

Commit

Permalink
Merge pull request #3 from lionix-team/feature/php-8-support
Browse files Browse the repository at this point in the history
PHP8 Support
  • Loading branch information
vaawebdev authored Jan 21, 2021
2 parents 65d3162 + a01e5db commit 3fb3a7a
Show file tree
Hide file tree
Showing 2 changed files with 1,528 additions and 1,291 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"license": "MIT",
"require": {
"php": "^7.1",
"laravel/framework": ">=5.8.0"
"php": "^7.2.5|^8.0",
"laravel/framework": ">=6.20.12"
},
"require-dev": {
"phpunit/phpunit": ">=7.5",
"orchestra/testbench": ">=3.8"
"phpunit/phpunit": "^9.3.3",
"orchestra/testbench": "^4.8"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 3fb3a7a

Please sign in to comment.