Remove using "copy-from-package"

This commit is contained in:
Nicolas Grekas
2020-12-15 17:56:27 +01:00
parent c7bf3ac7ce
commit 2b6f5bb007
2 changed files with 5 additions and 2 deletions
@@ -1,6 +1,6 @@
{
"copy-from-package": {
"public/check.php": "%PUBLIC_DIR%/check.php"
"copy-from-recipe": {
"public/": "%PUBLIC_DIR%/"
},
"composer-scripts": {
"requirements-checker": "script"
@@ -0,0 +1,3 @@
<?php
require dirname(__DIR__).'/vendor/symfony/requirements-checker/public/check.php';