We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bd649 commit 00ace44Copy full SHA for 00ace44
composer.json
@@ -39,6 +39,11 @@
39
"PHP/CodeCoverage/Autoload.php"
40
]
41
},
42
+ "extra": {
43
+ "branch-alias": {
44
+ "dev-master": "1.3.x-dev"
45
+ }
46
+ },
47
"include-path": [
48
""
49
package-composer.json
@@ -17,5 +17,8 @@
17
18
"include_path": [
19
20
- ]
21
-}
+ ],
22
23
24
+}
0 commit comments