Skip to content

Commit c694b9f

Browse files
committed
Update composer.lock
1 parent c9dc72d commit c694b9f

File tree

2 files changed

+310
-306
lines changed

2 files changed

+310
-306
lines changed

composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "laravel-arcanist/inertia-response-renderer",
3-
"type": "library",
43
"description": "Inertia response renderer for Arcanist",
54
"license": "MIT",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Kai Sassnowski",
@@ -21,13 +21,8 @@
2121
"phpunit/phpunit": "^9.0",
2222
"spatie/phpunit-watcher": "^1.23"
2323
},
24-
"extra": {
25-
"laravel": {
26-
"providers": [
27-
"Arcanist\\InertiaResponseRendererServiceProvider"
28-
]
29-
}
30-
},
24+
"minimum-stability": "dev",
25+
"prefer-stable": true,
3126
"autoload": {
3227
"psr-4": {
3328
"Arcanist\\": "src/"
@@ -38,19 +33,24 @@
3833
"Arcanist\\Tests\\": "tests/"
3934
}
4035
},
41-
"minimum-stability": "dev",
42-
"prefer-stable": true,
36+
"config": {
37+
"allow-plugins": {
38+
"ergebnis/composer-normalize": true
39+
}
40+
},
41+
"extra": {
42+
"laravel": {
43+
"providers": [
44+
"Arcanist\\InertiaResponseRendererServiceProvider"
45+
]
46+
}
47+
},
4348
"scripts": {
4449
"post-install-cmd": [
4550
"composer normalize"
4651
],
4752
"post-update-cmd": [
4853
"composer normalize"
4954
]
50-
},
51-
"config": {
52-
"allow-plugins": {
53-
"ergebnis/composer-normalize": true
54-
}
5555
}
5656
}

0 commit comments

Comments
 (0)