@fishawack/lab-env 4.16.0 → 4.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## Changelog
2
2
 
3
+ ### 4.17.0 (2023-04-15)
4
+ * [Change] Bumped fishawack/lab-env-laravel-9-php to 1.0.1
5
+
3
6
  ### 4.16.0 (2023-04-06)
4
7
  * [Feature] added laravel@9 images to support laravel@9/10
5
8
  * [Feature] added boilerplate-laravel-vue option to new commnad
@@ -1,4 +1,7 @@
1
1
  ## Changelog
2
2
 
3
+ ### 1.0.1 (2023-04-15)
4
+ * [Bug] downgrade to php 8.1 as aws elastic beanstalk doesnt yet support 8.2
5
+
3
6
  ### 1.0.0 (2023-04-06)
4
7
  * [Misc] initial commit
@@ -1,4 +1,4 @@
1
- FROM chialab/php:8.2-fpm AS development
1
+ FROM chialab/php:8.1-fpm AS development
2
2
 
3
3
  MAINTAINER Mike Mellor
4
4
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "php",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "lab-env docker config for the php module",
5
5
  "scripts": {
6
6
  "preversion": "docker login",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-env",
3
- "version": "4.16.0",
3
+ "version": "4.17.0",
4
4
  "description": "Docker manager for FW",
5
5
  "main": "cli.js",
6
6
  "scripts": {