Ajout des tests sur PHP 5.6.
Showing
+4 -1
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": "^7.0", | "php": "^5.6 || ^7.0", | ||
"ext-json": "*", | "ext-json": "*", | ||
"friendsofphp/php-cs-fixer": "^2.13" | "friendsofphp/php-cs-fixer": "^2.13" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment