We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0801c commit 68f10e2Copy full SHA for 68f10e2
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- php: [7.4, 7.3, 7.2]
+ php: [7.4, 7.3]
16
laravel: [6.*]
17
dependency-version: [prefer-lowest, prefer-stable]
18
os: [ubuntu-latest]
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "davidbohn/laravel-lazychunk",
3
"require": {
4
- "php": ">=7.2",
+ "php": ">=7.3",
5
"illuminate/support": "^6.0|^7.0|^8.0",
6
"illuminate/database": "^6.0|^7.0|^8.0"
7
},
0 commit comments