Skip to content

Commit

Permalink
Merge pull request #17 from bumbummen99/patch-1
Browse files Browse the repository at this point in the history
Laravel 8
  • Loading branch information
michaeldyrynda authored Sep 14, 2020
2 parents 72bb96f + fd40daa commit db1047f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 7.3, 7.2]
php: [7.4, 7.3]
dependency-version: [prefer-stable, prefer-lowest]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"php": "^7.2.5",
"illuminate/support": "^7.0",
"illuminate/console": "^7.0",
"illuminate/database": "^7.0",
"illuminate/auth": "^7.0",
"illuminate/notifications": "^7.0"
"php": "^7.3.0",
"illuminate/support": "^8.0",
"illuminate/console": "^8.0",
"illuminate/database": "^8.0",
"illuminate/auth": "^8.0",
"illuminate/notifications": "^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -25,8 +25,8 @@
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "~8.0",
"orchestra/testbench": "^5.0"
"phpunit/phpunit": "~9.0",
"orchestra/testbench": "^6.0"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit db1047f

Please sign in to comment.