Migration vers laminas
... | @@ -8,11 +8,12 @@ | ... | @@ -8,11 +8,12 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": "7.3.*", | "php": "7.3.*", | ||
"zendframework/zend-test": "^3.0", | "laminas/laminas-test": "^3.0", | ||
"phpunit/phpunit": "^5.6", | "phpunit/phpunit": "^5.6", | ||
"phpspec/prophecy": "^1.6", | "phpspec/prophecy": "^1.6", | ||
"doctrine/orm": "^2.6" | "doctrine/orm": "^2.6", | ||
"laminas/laminas-dependency-plugin": "^2.1" | |||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-0": { | "psr-0": { | ||
... | ... |
composer.lock
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment