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