Skip to content

Commit 35ae8c6

Browse files
committed
chore: reorder composer.json
1 parent bc46d65 commit 35ae8c6

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- BADGES -->
66

7-
Plugin for Statamic that expands the standard cache validation to invalidate the static cache of all relevant URLs
7+
Plugin for Statamic that expands the standard cache validation to invalidate the static cache of all relevant URLs.
88

99
## Quick start
1010

composer.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@
88
"static cache",
99
"van ons"
1010
],
11-
"scripts": {
12-
"analyse": "./vendor/bin/phpstan analyse --memory-limit=1G",
13-
"format": "./vendor/bin/php-cs-fixer fix",
14-
"format:check": "./vendor/bin/php-cs-fixer check"
15-
},
16-
"autoload": {
17-
"psr-4": {
18-
"VanOns\\StatamicStaticCacheBuster\\": "src/"
19-
}
20-
},
21-
"extra": {
22-
"laravel": {
23-
"providers": [
24-
"VanOns\\StatamicStaticCacheBuster\\StatamicStaticCacheBusterServiceProvider"
25-
]
26-
}
27-
},
2811
"authors": [
2912
{
3013
"name": "Jim Elvers",
@@ -41,8 +24,25 @@
4124
"statamic/cms": ">=5"
4225
},
4326
"require-dev": {
44-
"friendsofphp/php-cs-fixer": "^3.64",
45-
"larastan/larastan": "^2.9"
27+
"friendsofphp/php-cs-fixer": "^3.64",
28+
"larastan/larastan": "^2.9"
29+
},
30+
"scripts": {
31+
"analyse": "./vendor/bin/phpstan analyse --memory-limit=1G",
32+
"format": "./vendor/bin/php-cs-fixer fix",
33+
"format:check": "./vendor/bin/php-cs-fixer check"
34+
},
35+
"autoload": {
36+
"psr-4": {
37+
"VanOns\\StatamicStaticCacheBuster\\": "src/"
38+
}
39+
},
40+
"extra": {
41+
"laravel": {
42+
"providers": [
43+
"VanOns\\StatamicStaticCacheBuster\\StatamicStaticCacheBusterServiceProvider"
44+
]
45+
}
4646
},
4747
"minimum-stability": "dev",
4848
"prefer-stable": true,

0 commit comments

Comments
 (0)