We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6b345b + 5ebd46d commit d49537dCopy full SHA for d49537d
composer.json
@@ -10,7 +10,7 @@
10
},
11
"require": {
12
"php": ">=7.1",
13
- "jane-php/jane-php": "dev-nocworx-php83 as 7.5.10042"
+ "jane-php/jane-php": "7.5.10042"
14
15
"require-dev": {
16
"phpunit/phpunit": "^10.4",
@@ -19,8 +19,16 @@
19
20
"repositories": [
21
{
22
- "type": "vcs",
23
- "url": "https://github.com/nocworx/janephp"
+ "type": "package",
+ "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
32
}
33
],
34
"suggest": {
@@ -38,4 +46,4 @@
38
46
"php-http/discovery": false
39
47
40
48
41
-}
49
+}
0 commit comments