Skip to content

Commit b878924

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #858
2 parents c7bf3ac + 2b6f5bb commit b878924

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

symfony/requirements-checker/1.0/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"copy-from-package": {
3-
"public/check.php": "%PUBLIC_DIR%/check.php"
2+
"copy-from-recipe": {
3+
"public/": "%PUBLIC_DIR%/"
44
},
55
"composer-scripts": {
66
"requirements-checker": "script"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
require dirname(__DIR__).'/vendor/symfony/requirements-checker/public/check.php';

0 commit comments

Comments
 (0)