Commit 129eda1e authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Bump la version en 2.x et requirt php 7.1+.

Showing with 6 additions and 1 deletion
+6 -1
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
} }
], ],
"require": { "require": {
"php": "^5.6 || ^7.0", "php": "^7.1",
"ext-json": "*", "ext-json": "*",
"beberlei/assert": "^3.2", "beberlei/assert": "^3.2",
"friendsofphp/php-cs-fixer": "^2.13", "friendsofphp/php-cs-fixer": "^2.13",
...@@ -33,6 +33,11 @@ ...@@ -33,6 +33,11 @@
"config": { "config": {
"sort-packages": true "sort-packages": true
}, },
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"archive": { "archive": {
"exclude": [ "exclude": [
".?*" ".?*"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment