Skip to content

Commit 9729af4

Browse files
Start work on v3.0
1 parent cfd5dc2 commit 9729af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.3.9"
14+
"php": "^5.4 || ^7.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^4.8.35 || ^5.0"
@@ -23,7 +23,7 @@
2323
},
2424
"extra": {
2525
"branch-alias": {
26-
"dev-master": "2.5-dev"
26+
"dev-master": "3.0-dev"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)