Skip to content

Commit d49537d

Browse files
Merge pull request #8 from nortoh/feature.php83-janephp-move-fork-v2
Package version override `origin/nocworx-php83 as 7.5.10042`
2 parents e6b345b + 5ebd46d commit d49537d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

composer.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"require": {
1212
"php": ">=7.1",
13-
"jane-php/jane-php": "dev-nocworx-php83 as 7.5.10042"
13+
"jane-php/jane-php": "7.5.10042"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^10.4",
@@ -19,8 +19,16 @@
1919
},
2020
"repositories": [
2121
{
22-
"type": "vcs",
23-
"url": "https://github.com/nocworx/janephp"
22+
"type": "package",
23+
"package": {
24+
"name": "jane-php/jane-php",
25+
"version": "7.5.10042",
26+
"source": {
27+
"url": "https://github.com/nocworx/janephp",
28+
"type": "git",
29+
"reference": "origin/nocworx-php83"
30+
}
31+
}
2432
}
2533
],
2634
"suggest": {
@@ -38,4 +46,4 @@
3846
"php-http/discovery": false
3947
}
4048
}
41-
}
49+
}

0 commit comments

Comments
 (0)