Skip to content

Commit

Permalink
Merge pull request #8 from 64robots/feature/updating-to-8
Browse files Browse the repository at this point in the history
php and illuminate to 8.0
  • Loading branch information
jonrobinson authored Oct 9, 2021
2 parents adfa47b + bdb17ef commit e42169d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
],
"license": "MIT",
"require": {
"php": "^7.1",
"illuminate/support": "^5.0|^6.0|^7.0",
"illuminate/container": "^5.0|^6.0|^7.0",
"php": "^7.1|^8.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
"illuminate/container": "^5.0|^6.0|^7.0|^8.0",
"fzaninotto/faker": "^1.4",
"stripe/stripe-php": "^7.27"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0"
"orchestra/testbench": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -47,4 +47,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit e42169d

Please sign in to comment.