mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 10:36:43 +03:00
Update Flex endpoint
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
"use App\\Kernel;",
|
||||
"use Symfony\\Bundle\\FrameworkBundle\\Console\\Application;",
|
||||
"",
|
||||
"if (!is_dir(dirname(__DIR__).'/vendor')) {",
|
||||
" throw new LogicException('Dependencies are missing. Try running \"composer install\".');",
|
||||
"}",
|
||||
"",
|
||||
"if (!is_file(dirname(__DIR__).'/vendor/autoload_runtime.php')) {",
|
||||
" throw new LogicException('Symfony Runtime is missing. Try running \"composer require symfony/runtime\".');",
|
||||
"}",
|
||||
@@ -31,7 +35,7 @@
|
||||
"executable": true
|
||||
}
|
||||
},
|
||||
"ref": "da0c8be8157600ad34f10ff0c9cc91232522e047"
|
||||
"ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user