Skip to content

Commit

Permalink
Merge pull request #1 from loadsys/f/update-required-version
Browse files Browse the repository at this point in the history
f/update required version
  • Loading branch information
chronon authored Feb 10, 2024
2 parents a0bf671 + ab8c77c commit d556f4e
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "loadsys/cakephp-svg-icon",
"description": "SvgIcon plugin for CakePHP",
"type": "cakephp-plugin",
"license": "MIT",
"require": {
"php": ">=7.4",
"cakephp/cakephp": "4.4.*"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^4.5",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
"SvgIcon\\": "src/"
"name": "loadsys/cakephp-svg-icon",
"description": "SvgIcon plugin for CakePHP",
"type": "cakephp-plugin",
"license": "MIT",
"require": {
"php": ">=7.4",
"cakephp/cakephp": "4.*"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^4.5",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
"SvgIcon\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SvgIcon\\Test\\": "tests/",
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
},
"autoload-dev": {
"psr-4": {
"SvgIcon\\Test\\": "tests/",
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit d556f4e

Please sign in to comment.