File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments