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.
2 parents 7f4adf8 + 9bd9cb6 commit 845b5ecCopy full SHA for 845b5ec
.gitignore
@@ -1,4 +1,5 @@
1
/vendor
2
+.phpunit.cache
3
composer.lock
4
/phpunit.xml
5
.phpunit.result.cache
composer.json
@@ -39,7 +39,8 @@
39
},
40
"extra": {
41
"branch-alias": {
42
- "dev-master": "2.x-dev"
+ "dev-develop": "2.x-dev",
43
+ "dev-master": "1.x-dev"
44
}
45
46
"config": {
0 commit comments