Skip to content

Commit 12f3f14

Browse files
committed
Add repository to composer configuration file
1 parent ab23564 commit 12f3f14

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@
1414
},
1515
"require": {
1616
"php": "^8.0.2",
17-
"october/system": ">=2.0",
18-
"composer/installers": "^1.0 || ^2.0"
17+
"composer/installers": "^1.0 || ^2.0",
18+
"october/system": ">=2.0"
1919
},
20+
"repositories": [
21+
{
22+
"type": "composer",
23+
"url": "https://gateway.octobercms.com"
24+
}
25+
],
2026
"archive": {
2127
"exclude": [
2228
".gitattributes",

0 commit comments

Comments
 (0)