File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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 ,
You can’t perform that action at this time.
0 commit comments