From d91baaccce02d37bcb4a234876f78612bb67bfe8 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 27 Jun 2023 12:20:24 +0200 Subject: [PATCH] Cleanup extra file --- layers/console/README.md | 2 -- layers/fpm/composer.json | 12 ------------ 2 files changed, 14 deletions(-) delete mode 100644 layers/fpm/composer.json diff --git a/layers/console/README.md b/layers/console/README.md index b2b92110..4f9486d7 100644 --- a/layers/console/README.md +++ b/layers/console/README.md @@ -1,5 +1,3 @@ The "console" layer is a layer that comes on top of the PHP runtime. It lets us execute console commands on lambda. -This layer overrides the `/opt/bref/bootstrap.php` file to execute CLI console commands (e.g. Symfony Console or Laravel Artisan). - Read more at [bref.sh/docs/runtimes/console.html](https://bref.sh/docs/runtimes/console.html). diff --git a/layers/fpm/composer.json b/layers/fpm/composer.json deleted file mode 100644 index f2bcbb48..00000000 --- a/layers/fpm/composer.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "require": { - "bref/php-fpm-runtime": "^2.2.0" - }, - "minimum-stability": "beta", - "prefer-stable" : true, - "config": { - "platform": { - "php": "8.0.7" - } - } -}