Skip to content

Commit a95985f

Browse files
committed
build: remove declaration of providers and require PHP 8.2 and above
1 parent 1668624 commit a95985f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

composer.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
},
4141
"require": {
42-
"php": "^8.0",
42+
"php": ">=8.2",
4343
"composer/installers": "^2.3",
4444
"log1x/sage-directives": "^2.0"
4545
},
@@ -56,17 +56,5 @@
5656
}
5757
},
5858
"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-
}
59+
"prefer-stable": true
7260
}

0 commit comments

Comments
 (0)