Skip to content

Commit d7d30db

Browse files
committed
Update dependencies
1 parent f50a831 commit d7d30db

File tree

4 files changed

+1780
-1691
lines changed

4 files changed

+1780
-1691
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@
1212
"require": {
1313
"php": ">=7.3.0",
1414
"ext-pdo": "*",
15-
"laravel/framework": "^8.20",
16-
"laravel/ui": "^3.1"
15+
"laravel/framework": "^8.26",
16+
"laravel/ui": "^3.2"
1717
},
1818
"require-dev": {
1919
"barryvdh/laravel-debugbar": "^3.5",
20-
"barryvdh/laravel-ide-helper": "^2.8",
20+
"barryvdh/laravel-ide-helper": "^2.9",
2121
"codeception/codeception": "^4.1",
2222
"codeception/module-asserts": "^1.3",
23-
"codeception/module-laravel": "^1.1 | *@dev",
24-
"codeception/module-phpbrowser": "^1.0",
23+
"codeception/module-laravel": "^2.0 | *@dev",
2524
"facade/ignition": "^2.5",
2625
"fakerphp/faker": "^1.13",
27-
"nunomaduro/collision": "^5.1",
26+
"nunomaduro/collision": "^5.3",
2827
"phpunit/phpunit": "^9.5"
2928
},
3029
"config": {

0 commit comments

Comments
 (0)