Skip to content

Commit 9583e70

Browse files
committed
fix composer
1 parent 6a558a9 commit 9583e70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
}
2929
},
3030
"require": {
31-
"laravel/framework": ">=9.0",
32-
"php": ">=8.0",
31+
"laravel/framework": ">=8.0",
32+
"php": ">=7.3",
3333
"almasaeed2010/adminlte": "3.2.*"
3434
},
3535
"require-dev": {
3636
"phpunit/phpunit": ">=9.1",
37-
"orchestra/testbench": ">=7.0"
37+
"orchestra/testbench": ">=6.0"
3838
}
3939
}

0 commit comments

Comments
 (0)