Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Fixing composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 13, 2015
1 parent ffd63e7 commit c7e2d7f
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,24 @@
"irc":"irc://irc.freenode.org/friendsofcake"
},
"require":{
"composer/installers":"*",
"php": ">=5.4.16",
"cakephp/cakephp": "~3.0"
"cakedc/search":"*",
"php": ">=5.4.16",
"cakephp/cakephp": "~3.0",
"friendsofcake/search": "~1.0",
"friendsofcake/crud":"~4.0",
"phpspec/php-diff":"dev-master"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
"AuditLog\\": "src"
}
"psr-4": {
"AuditLog\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"AuditLog\\Test\\": "tests",
"Cake\\Test\\": "./vendor/cakephp/cakephp/tests"
}
"psr-4": {
"AuditLog\\Test\\": "tests",
"Cake\\Test\\": "./vendor/cakephp/cakephp/tests"
}
}
}

0 comments on commit c7e2d7f

Please sign in to comment.