|
|
@@ -4,14 +4,16 @@
|
|
|
"license": "MIT",
|
|
|
"authors": [
|
|
|
{
|
|
|
- "name": "CakePHP Community",
|
|
|
- "homepage": "https://cakephp.org"
|
|
|
- }
|
|
|
+ "name": "CakePHP Community",
|
|
|
+ "homepage": "https://cakephp.org"
|
|
|
+ }
|
|
|
],
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
"Cake\\Collection\\": "."
|
|
|
},
|
|
|
- "files": ["functions.php"]
|
|
|
+ "files": [
|
|
|
+ "functions.php"
|
|
|
+ ]
|
|
|
}
|
|
|
}
|