Skip to content

Commit 46689f8

Browse files
author
Marius
committed
update composer require dev to version 8
1 parent 670949a commit 46689f8

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,20 @@
2121
"psr/log": "^1.0 || ^2.0 || ^3.0"
2222
},
2323
"require-dev": {
24-
"illuminate/database": "^9.36",
25-
"illuminate/contracts": "^9.36",
26-
"illuminate/http": "^9.36",
27-
"illuminate/pagination": "^9.36",
28-
"illuminate/routing": "^9.36",
29-
"illuminate/support": "^9.36",
30-
"illuminate/validation": "^9.52",
31-
"phpunit/phpunit": "^9.4",
32-
"symfony/http-foundation": "^6.0"
24+
"illuminate/database": "^8.83",
25+
"illuminate/http": "^8.83",
26+
"illuminate/pagination": "^8.83",
27+
"illuminate/routing": "^8.83",
28+
"illuminate/validation": "^8.83",
29+
"phpunit/phpunit": "^8.5",
30+
"symfony/http-foundation": "^5.0"
3331
},
3432
"suggest": {
3533
"laravel/lumen-framework": ">= 8.0",
3634
"laravel/framework": ">= 8.0",
3735
"macropay-solutions/laravel-crud-wizard-demo": "dev-production",
38-
"barryvdh/laravel-ide-helper": "*"
36+
"barryvdh/laravel-ide-helper": "*",
37+
"ext-pdo_mysql": "*"
3938
},
4039
"autoload": {
4140
"psr-4": {

0 commit comments

Comments
 (0)