Skip to content

Commit

Permalink
Merge pull request #180 from mmachatschek/support_php8_1.x
Browse files Browse the repository at this point in the history
[1.x] Support PHP 8
  • Loading branch information
driesvints authored Oct 31, 2020
2 parents e6d76db + 8def5ab commit ce720f9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,16 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8.0",
"illuminate/console": "~5.8|^6.0",
"illuminate/filesystem": "~5.8|^6.0",
"illuminate/support": "~5.8|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
"Laravel\\Ui\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Laravel\\Ui\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
},
Expand Down

0 comments on commit ce720f9

Please sign in to comment.