We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7bf3ac + 2b6f5bb commit b878924Copy full SHA for b878924
symfony/requirements-checker/1.0/manifest.json
@@ -1,6 +1,6 @@
1
{
2
- "copy-from-package": {
3
- "public/check.php": "%PUBLIC_DIR%/check.php"
+ "copy-from-recipe": {
+ "public/": "%PUBLIC_DIR%/"
4
},
5
"composer-scripts": {
6
"requirements-checker": "script"
symfony/requirements-checker/1.0/public/check.php
@@ -0,0 +1,3 @@
+<?php
+
+require dirname(__DIR__).'/vendor/symfony/requirements-checker/public/check.php';
0 commit comments