Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 2a0a91f

Browse files
Bump Laravel Zero to 12
1 parent 6782a2e commit 2a0a91f

2 files changed

Lines changed: 800 additions & 765 deletions

File tree

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"ext-json": "*"
3838
},
3939
"require-dev": {
40-
"archtechx/enums": "^1.1",
40+
"archtechx/enums": "^1.1.2",
4141
"dragon-code/support": "^6.16",
42-
"illuminate/http": "^11.44.2",
43-
"illuminate/translation": "^11.44.2",
44-
"illuminate/validation": "^11.44",
45-
"justinrainbow/json-schema": "^6.3.1",
46-
"laravel-lang/lang": "^15.19.8",
47-
"laravel-zero/framework": "^11.36.1",
48-
"laravel/prompts": "^0.3.5",
42+
"illuminate/http": "^12.20",
43+
"illuminate/translation": "^12.20",
44+
"illuminate/validation": "^12.20",
45+
"justinrainbow/json-schema": "^6.4.2",
46+
"laravel-lang/lang": "^15.22.5",
47+
"laravel-zero/framework": "^12.0",
48+
"laravel/prompts": "~0.3.6",
4949
"mockery/mockery": "^1.6.12",
50-
"peckphp/peck": "^0.1.2",
51-
"pestphp/pest": "^3.7.4",
52-
"pestphp/pest-plugin-type-coverage": "^3.4",
53-
"spatie/laravel-data": "^4.14.1"
50+
"peckphp/peck": "^0.1.3",
51+
"pestphp/pest": "^3.8.2",
52+
"pestphp/pest-plugin-type-coverage": "^3.6",
53+
"spatie/laravel-data": "^4.17.0"
5454
},
5555
"minimum-stability": "stable",
5656
"prefer-stable": true,
@@ -81,7 +81,7 @@
8181
"sort-packages": true
8282
},
8383
"scripts": {
84-
"style": "codestyle",
84+
"style": "codestyle --parallel",
8585
"test": [
8686
"@test:coverage",
8787
"@test:types",

0 commit comments

Comments
 (0)