Skip to content

Commit

Permalink
PHP 8.1+, fix MediaEmbed example
Browse files Browse the repository at this point in the history
  • Loading branch information
mscherer committed Apr 5, 2023
1 parent 71c0ef3 commit c0dca3b
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 261 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"license": "MIT",
"require": {
"php": ">=7.4",
"php": ">=8.1",
"spryker/cakephp-statemachine": "dev-master",
"cakephp/plugin-installer": "^1.3",
"cakephp/cakephp": "^4.4.0",
"cakephp/bake": "^2.1.0",
"mobiledetect/mobiledetectlib": "2.*",
"mobiledetect/mobiledetectlib": "3.*",
"dereuromark/cakephp-tinyauth": "dev-master",
"dereuromark/cakephp-geo": "dev-master",
"dereuromark/cakephp-shim": "dev-master as 2.0.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"dereuromark/cakephp-ratings": "dev-master",
"dereuromark/cakephp-menu": "dev-master",
"dereuromark/cakephp-dto": "dev-master as 1.2.0",
"brick/math": "^0.10.0",
"brick/math": "^0.11.0",
"php-http/cakephp-adapter": "0.3.x-dev",
"php-http/message": "^1.8.0",
"geocoder-php/provider-implementation": "^1.0",
Expand Down Expand Up @@ -138,7 +138,7 @@
"preferred-install": "dist",
"process-timeout": 900,
"platform": {
"php": "7.4.11"
"php": "8.1.11"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
Expand Down
Loading

0 comments on commit c0dca3b

Please sign in to comment.