We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e5ce4 commit 4e6b430Copy full SHA for 4e6b430
1 file changed
composer.json
@@ -14,7 +14,7 @@
14
],
15
"require": {
16
"php": ">=5.3.3",
17
- "webnium/json-pointer": "dev-master@dev"
+ "webnium/json-pointer": "dev-master"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "4.3.*"
@@ -23,11 +23,6 @@
23
"psr-0": {
24
"victuxbb\\JsonPatch": "src/"
25
}
26
- },
27
- "extra": {
28
- "branch-alias": {
29
- "dev-master": "1.0-dev"
30
- }
31
32
33
0 commit comments