mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Remove using "copy-from-package"
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user