Skip to content

Require php81 cakephp44 #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Install
run: |
composer install --prefer-dist --no-interaction --no-progress
composer update
cp config/.env.example config/.env
cp config/app_local.example.php config/app_local.php

Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
- name: Install
run: |
composer install --prefer-dist --no-interaction --no-progress
composer update
cp config/.env.example config/.env
cp config/app_local.example.php config/app_local.php

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ext-simplexml": "*",
"ext-xml": "*",
"adbario/php-dot-notation": "^2.3",
"cakephp/cakephp": "^4.2",
"cakephp/cakephp": "^4.4",
"cakephp/migrations": "^3.0",
"cakephp/plugin-installer": "^1.3",
"cnizzardini/cakephp-swagger-bake": "^2.1",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/bake/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"keywords": ["cakephp","cakephp bake","cakephp scaffold"],
"require": {
"php": "^8.0",
"cakephp/cakephp": "^4.2",
"php": "^8.1",
"cakephp/cakephp": "^4.4",
"cakephp/bake": "^2.1"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/collection-view/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"keywords": ["cakephp","cakephp json","cakephp view"],
"require": {
"php": "^8.0",
"cakephp/cakephp": "^4.2",
"php": "^8.1",
"cakephp/cakephp": "^4.4",
"adbario/php-dot-notation": "^2.3"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"keywords": ["mixerapi","cakephp"],
"require": {
"php": "^8.0",
"cakephp/cakephp": "^4.2",
"php": "^8.1",
"cakephp/cakephp": "^4.4",
"thecodingmachine/class-explorer": "^1.1"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/crud/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "cakephp-plugin",
"license": "MIT",
"require": {
"php": "^8.0",
"cakephp/cakephp": "^4.2"
"php": "^8.1",
"cakephp/cakephp": "^4.4"
},
"require-dev": {
"friendsofcake/search": "^6.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/exception-render/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"keywords": ["cakephp","cakephp error handling","cakephp exception handling"],
"require": {
"php": "^8.0",
"cakephp/cakephp": "^4.2"
"php": "^8.1",
"cakephp/cakephp": "^4.4"
},
"require-dev": {
"cnizzardini/cakephp-swagger-bake": "^2.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/hal-view/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"keywords": ["cakephp","cakephp view","cakephp hal","cakephp hal json","hypertext applicatoin language"],
"require": {
"php": "^8.0",
"cakephp/cakephp": "^4.2",
"php": "^8.1",
"cakephp/cakephp": "^4.4",
"mixerapi/core": "^1.0"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/json-ld-view/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"keywords": ["cakephp", "json-ld", "jsonld", "cakephp json-ld", "cakephp jsonld"],
"require": {
"php": "^8.0",
"cakephp/cakephp": "^4.2",
"php": "^8.1",
"cakephp/cakephp": "^4.4",
"mixerapi/core": "^1.0"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/jwt-auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"keywords": ["cakephp", "jwt", "cakephp jwt", "cakephp jwt auth", "cakephp jwt authentication"],
"require": {
"ext-openssl": "*",
"php": "^8.0",
"php": "^8.1",
"cakephp/authentication": "^2.10",
"cakephp/cakephp": "^4.2",
"cakephp/cakephp": "^4.4",
"firebase/php-jwt": "^6.2"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/mixerapi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"license": "MIT",
"keywords": ["cakephp","api","rest"],
"require": {
"php": "^8.0",
"cakephp/cakephp": "^4.2",
"php": "^8.1",
"cakephp/cakephp": "^4.4",
"cnizzardini/cakephp-swagger-bake": "^2.1",
"mixerapi/bake": "^1.0",
"mixerapi/collection-view": "^1.0",
"mixerapi/core": "^1.0",
"mixerapi/exception-render": "^1.0",
"mixerapi/hal-view": "^1.0",
"mixerapi/json-ld-view": "^1.0",
"mixerapi/rest": "^1.0"
},
"autoload": {
"psr-4": {
"MixerApi\\": "src/"
}
},
"support": {
"issues": "https://github.com/mixerapi/mixerapi-dev/issues",
"source": "https://github.com/mixerapi/mixerapi"
},
"authors": [
Expand Down