Skip to content

Commit

Permalink
Merge pull request #53 from laravel-shift/l8-compatibility
Browse files Browse the repository at this point in the history
Laravel 8.0 Compatibility
  • Loading branch information
shaxzodbek-uzb authored Nov 22, 2020
2 parents 1666dba + aff7b66 commit 0415b45
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "5.7.*|5.8.*|6.*|7.*",
"stripe/stripe-php": "^6.31"
"illuminate/support": "5.7.*|5.8.*|6.*|7.*|^8.0",
"stripe/stripe-php": "^6.31|^7.60"
},
"require-dev": {
"orchestra/testbench": "3.7.*",
"phpunit/phpunit": "^7.0"
"orchestra/testbench": "3.7.*|^6.2",
"phpunit/phpunit": "^7.0|^9.3.3"
},
"autoload": {
"psr-4": {
Expand All @@ -37,7 +37,6 @@
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 0415b45

Please sign in to comment.