We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab23564 commit 12f3f14Copy full SHA for 12f3f14
1 file changed
composer.json
@@ -14,9 +14,15 @@
14
},
15
"require": {
16
"php": "^8.0.2",
17
- "october/system": ">=2.0",
18
- "composer/installers": "^1.0 || ^2.0"
+ "composer/installers": "^1.0 || ^2.0",
+ "october/system": ">=2.0"
19
20
+ "repositories": [
21
+ {
22
+ "type": "composer",
23
+ "url": "https://gateway.octobercms.com"
24
+ }
25
+ ],
26
"archive": {
27
"exclude": [
28
".gitattributes",
0 commit comments