Skip to content

Commit

Permalink
Allow PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Aug 7, 2020
1 parent f9109a2 commit 54de3da
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 @@ -12,8 +12,8 @@
],
"license": "MIT",
"require": {
"php": "^7.3",
"laravel/framework": "^7.0|^8.0",
"php": "^7.3 || ^8.0",
"laravel/framework": "^7.0 || ^8.0",
"pestphp/pest": "^0.3"
},
"autoload": {
Expand All @@ -30,7 +30,7 @@
}
},
"require-dev": {
"orchestra/testbench": "^5.2|^6.0",
"orchestra/testbench": "^5.2 || ^6.0",
"pestphp/pest-dev-tools": "dev-master"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 54de3da

Please sign in to comment.