@airfleet/generator-init 0.20.8 → 0.20.10

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.
@@ -77,7 +77,7 @@ export default class extends Generator {
77
77
  name: "pluginPhpVersion",
78
78
  message: "What's the required PHP version?",
79
79
  validate: requiredText("Please enter the PHP version"),
80
- default: ">=8.0",
80
+ default: ">=8.2",
81
81
  },
82
82
  {
83
83
  type: "input",
@@ -16,7 +16,7 @@ jobs:
16
16
  - name: ⚙️ Setup PHP
17
17
  uses: shivammathur/setup-php@v2
18
18
  with:
19
- php-version: "8.1"
19
+ php-version: "8.2"
20
20
  ini-values: short_open_tag=1
21
21
  env:
22
22
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -18,7 +18,7 @@ jobs:
18
18
  - name: ⚙️ Setup PHP
19
19
  uses: shivammathur/setup-php@v2
20
20
  with:
21
- php-version: "8.1"
21
+ php-version: "8.2"
22
22
  ini-values: short_open_tag=1
23
23
  env:
24
24
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -9,7 +9,7 @@
9
9
  ],
10
10
  "require": {
11
11
  "php": "<%- answers.pluginPhpVersion %>",
12
- "composer/installers": "^2.0"
12
+ "composer/installers": "^2.2.0"
13
13
  },
14
14
  "require-dev": {
15
15
  "airfleet/wordpress-dev": "^3.1.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airfleet/generator-init",
3
3
  "description": "A Yeoman generator to scaffold common Airfleet features",
4
- "version": "0.20.8",
4
+ "version": "0.20.10",
5
5
  "scripts": {},
6
6
  "publishConfig": {
7
7
  "access": "public"