Skip to content

Commit

Permalink
Merge pull request #81 from viezel/php8support
Browse files Browse the repository at this point in the history
PHP 8 Support
  • Loading branch information
calebporzio authored Nov 2, 2020
2 parents 39a7362 + 05426df commit 8624f60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
/.github export-ignore
phpunit.xml export-ignore
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3|^8.0",
"illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"doctrine/dbal": "^2.10",
"orchestra/database": "3.8.* || 3.9.* || ^4.0",
"orchestra/testbench": "3.8.* || 3.9.* || ^4.0",
"orchestra/database": "3.8.* || 3.9.* || ^4.0 || ^5.0",
"orchestra/testbench": "3.8.* || 3.9.* || ^4.0 || ^6.0",
"phpunit/phpunit": "^7.5 || ^8.4 || ^9.0"
},
"autoload": {
Expand Down

0 comments on commit 8624f60

Please sign in to comment.