Skip to content

Commit

Permalink
Fix up composer path elements
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Nov 21, 2019
1 parent 4fe97ed commit ac2f915
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"cakephp",
"acl"
],
"homepage": "http://cakephp.org",
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand All @@ -16,7 +16,7 @@
],
"support": {
"issues": "https://github.com/cakephp/acl/issues",
"forum": "http://stackoverflow.com/tags/cakephp",
"forum": "https://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/acl"
},
Expand All @@ -30,13 +30,13 @@
},
"autoload": {
"psr-4": {
"Acl\\": "src"
"Acl\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Acl\\Test\\": "tests",
"Cake\\Test\\": "vendor/cakephp/cakephp/tests"
"Acl\\Test\\": "tests/",
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
}
}
}

0 comments on commit ac2f915

Please sign in to comment.