We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1668624 commit a95985fCopy full SHA for a95985f
composer.json
@@ -39,7 +39,7 @@
39
}
40
},
41
"require": {
42
- "php": "^8.0",
+ "php": ">=8.2",
43
"composer/installers": "^2.3",
44
"log1x/sage-directives": "^2.0"
45
@@ -56,17 +56,5 @@
56
57
58
"minimum-stability": "dev",
59
- "prefer-stable": true,
60
- "scripts": {
61
- "lint": [
62
- "phpcs --extensions=php --standard=PSR12 app"
63
- ]
64
- },
65
- "extra": {
66
- "acorn": {
67
- "providers": [
68
- "App\\Providers\\ThemeServiceProvider"
69
70
- }
71
+ "prefer-stable": true
72
0 commit comments