mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 11:06:33 +03:00
Remove using "copy-from-package"
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"copy-from-package": {
|
"copy-from-recipe": {
|
||||||
"public/check.php": "%PUBLIC_DIR%/check.php"
|
"public/": "%PUBLIC_DIR%/"
|
||||||
},
|
},
|
||||||
"composer-scripts": {
|
"composer-scripts": {
|
||||||
"requirements-checker": "script"
|
"requirements-checker": "script"
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
require dirname(__DIR__).'/vendor/symfony/requirements-checker/public/check.php';
|
||||||
Reference in New Issue
Block a user