Skip to content

Commit d556f4e

Browse files
authored
Merge pull request #1 from loadsys/f/update-required-version
f/update required version
2 parents a0bf671 + ab8c77c commit d556f4e

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

composer.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "loadsys/cakephp-svg-icon",
3-
"description": "SvgIcon plugin for CakePHP",
4-
"type": "cakephp-plugin",
5-
"license": "MIT",
6-
"require": {
7-
"php": ">=7.4",
8-
"cakephp/cakephp": "4.4.*"
9-
},
10-
"require-dev": {
11-
"cakephp/cakephp-codesniffer": "^4.5",
12-
"phpstan/phpstan": "^1.9",
13-
"phpunit/phpunit": "^9.3"
14-
},
15-
"autoload": {
16-
"psr-4": {
17-
"SvgIcon\\": "src/"
2+
"name": "loadsys/cakephp-svg-icon",
3+
"description": "SvgIcon plugin for CakePHP",
4+
"type": "cakephp-plugin",
5+
"license": "MIT",
6+
"require": {
7+
"php": ">=7.4",
8+
"cakephp/cakephp": "4.*"
9+
},
10+
"require-dev": {
11+
"cakephp/cakephp-codesniffer": "^4.5",
12+
"phpstan/phpstan": "^1.9",
13+
"phpunit/phpunit": "^9.3"
14+
},
15+
"autoload": {
16+
"psr-4": {
17+
"SvgIcon\\": "src/"
18+
}
19+
},
20+
"autoload-dev": {
21+
"psr-4": {
22+
"SvgIcon\\Test\\": "tests/",
23+
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
24+
}
25+
},
26+
"config": {
27+
"allow-plugins": {
28+
"dealerdirect/phpcodesniffer-composer-installer": true
29+
}
1830
}
19-
},
20-
"autoload-dev": {
21-
"psr-4": {
22-
"SvgIcon\\Test\\": "tests/",
23-
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
24-
}
25-
},
26-
"config": {
27-
"allow-plugins": {
28-
"dealerdirect/phpcodesniffer-composer-installer": true
29-
}
30-
}
3131
}

0 commit comments

Comments
 (0)