Skip to content

Commit

Permalink
remove support to L7 and php72
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Jul 6, 2021
1 parent 0198879 commit 94f9a5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
laravel: [8.*, 7.*, 6.*]
laravel: [8.*, 6.*]
dependency-version: [prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
testbench: 4.*

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
],
"license": "MIT",
"require": {
"php" : "^7.2 || ^8.0",
"illuminate/auth": "^6.0|^7.0|^8.0",
"illuminate/container": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"php" : "^7.3 || ^8.0",
"illuminate/auth": "^6.0|^8.0",
"illuminate/container": "^6.0|^8.0",
"illuminate/contracts": "^6.0|^8.0",
"illuminate/database": "^6.0|^8.0",
"opis/closure": "^3.1"
},
"autoload": {
Expand All @@ -48,7 +48,7 @@
}
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
"orchestra/testbench": "^4.0|^6.0",
"phpunit/phpunit": "^7.0|^9.0"
}
}

0 comments on commit 94f9a5a

Please sign in to comment.