mirror of
https://github.com/ivuorinen/palette.git
synced 2026-02-11 10:49:41 +00:00
PHPUnit 6 requires PHP 7, trying composer config pipes
This commit is contained in:
@@ -23,6 +23,6 @@
|
|||||||
"php": ">=5.2.0"
|
"php": ">=5.2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~6.0"
|
"phpunit/phpunit": "~5.7 || ~6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
2
composer.lock
generated
2
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "7f142647ccc78d906bfcd06d760b28de",
|
"content-hash": "85da402be27c9e73232ed9bfa7a7c83c",
|
||||||
"packages": [],
|
"packages": [],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user