Skip to content

Commit ba02c86

Browse files
authored
Update spx configuration to use git type
1 parent 553b817 commit ba02c86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/source.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,8 +1007,9 @@
10071007
}
10081008
},
10091009
"spx": {
1010-
"type": "pie",
1011-
"repo": "noisebynorthwest/php-spx",
1010+
"type": "git",
1011+
"rev": "master",
1012+
"url": "https://github.com/NoiseByNorthwest/php-spx.git",
10121013
"path": "php-src/ext/spx",
10131014
"license": {
10141015
"type": "file",

0 commit comments

Comments
 (0)