Skip to content

Commit dc9e2a1

Browse files
authored
Require php81 cakephp44 (#138)
* Require PHP 8.1 and CakePHP 4.4
1 parent 7f7808f commit dc9e2a1

File tree

12 files changed

+23
-21
lines changed

12 files changed

+23
-21
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Install
3434
run: |
3535
composer install --prefer-dist --no-interaction --no-progress
36+
composer update
3637
cp config/.env.example config/.env
3738
cp config/app_local.example.php config/app_local.php
3839
@@ -69,6 +70,7 @@ jobs:
6970
- name: Install
7071
run: |
7172
composer install --prefer-dist --no-interaction --no-progress
73+
composer update
7274
cp config/.env.example config/.env
7375
cp config/app_local.example.php config/app_local.php
7476

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ext-simplexml": "*",
1212
"ext-xml": "*",
1313
"adbario/php-dot-notation": "^2.3",
14-
"cakephp/cakephp": "^4.2",
14+
"cakephp/cakephp": "^4.4",
1515
"cakephp/migrations": "^3.0",
1616
"cakephp/plugin-installer": "^1.3",
1717
"cnizzardini/cakephp-swagger-bake": "^2.1",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/bake/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"keywords": ["cakephp","cakephp bake","cakephp scaffold"],
77
"require": {
8-
"php": "^8.0",
9-
"cakephp/cakephp": "^4.2",
8+
"php": "^8.1",
9+
"cakephp/cakephp": "^4.4",
1010
"cakephp/bake": "^2.1"
1111
},
1212
"require-dev": {

plugins/collection-view/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"keywords": ["cakephp","cakephp json","cakephp view"],
77
"require": {
8-
"php": "^8.0",
9-
"cakephp/cakephp": "^4.2",
8+
"php": "^8.1",
9+
"cakephp/cakephp": "^4.4",
1010
"adbario/php-dot-notation": "^2.3"
1111
},
1212
"require-dev": {

plugins/core/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"keywords": ["mixerapi","cakephp"],
77
"require": {
8-
"php": "^8.0",
9-
"cakephp/cakephp": "^4.2",
8+
"php": "^8.1",
9+
"cakephp/cakephp": "^4.4",
1010
"thecodingmachine/class-explorer": "^1.1"
1111
},
1212
"require-dev": {

plugins/crud/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"type": "cakephp-plugin",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.0",
8-
"cakephp/cakephp": "^4.2"
7+
"php": "^8.1",
8+
"cakephp/cakephp": "^4.4"
99
},
1010
"require-dev": {
1111
"friendsofcake/search": "^6.0",

plugins/exception-render/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"keywords": ["cakephp","cakephp error handling","cakephp exception handling"],
77
"require": {
8-
"php": "^8.0",
9-
"cakephp/cakephp": "^4.2"
8+
"php": "^8.1",
9+
"cakephp/cakephp": "^4.4"
1010
},
1111
"require-dev": {
1212
"cnizzardini/cakephp-swagger-bake": "^2.1",

plugins/hal-view/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"keywords": ["cakephp","cakephp view","cakephp hal","cakephp hal json","hypertext applicatoin language"],
77
"require": {
8-
"php": "^8.0",
9-
"cakephp/cakephp": "^4.2",
8+
"php": "^8.1",
9+
"cakephp/cakephp": "^4.4",
1010
"mixerapi/core": "^1.0"
1111
},
1212
"require-dev": {

plugins/json-ld-view/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"keywords": ["cakephp", "json-ld", "jsonld", "cakephp json-ld", "cakephp jsonld"],
77
"require": {
8-
"php": "^8.0",
9-
"cakephp/cakephp": "^4.2",
8+
"php": "^8.1",
9+
"cakephp/cakephp": "^4.4",
1010
"mixerapi/core": "^1.0"
1111
},
1212
"require-dev": {

plugins/jwt-auth/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"keywords": ["cakephp", "jwt", "cakephp jwt", "cakephp jwt auth", "cakephp jwt authentication"],
77
"require": {
88
"ext-openssl": "*",
9-
"php": "^8.0",
9+
"php": "^8.1",
1010
"cakephp/authentication": "^2.10",
11-
"cakephp/cakephp": "^4.2",
11+
"cakephp/cakephp": "^4.4",
1212
"firebase/php-jwt": "^6.2"
1313
},
1414
"require-dev": {

plugins/mixerapi/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"license": "MIT",
66
"keywords": ["cakephp","api","rest"],
77
"require": {
8-
"php": "^8.0",
9-
"cakephp/cakephp": "^4.2",
8+
"php": "^8.1",
9+
"cakephp/cakephp": "^4.4",
1010
"cnizzardini/cakephp-swagger-bake": "^2.1",
1111
"mixerapi/bake": "^1.0",
1212
"mixerapi/collection-view": "^1.0",
1313
"mixerapi/core": "^1.0",
1414
"mixerapi/exception-render": "^1.0",
1515
"mixerapi/hal-view": "^1.0",
1616
"mixerapi/json-ld-view": "^1.0",
17-
"mixerapi/rest": "^1.0"
1817
},
1918
"autoload": {
2019
"psr-4": {
2120
"MixerApi\\": "src/"
2221
}
2322
},
2423
"support": {
24+
"issues": "https://github.com/mixerapi/mixerapi-dev/issues",
2525
"source": "https://github.com/mixerapi/mixerapi"
2626
},
2727
"authors": [

0 commit comments

Comments
 (0)