Skip to content

Commit

Permalink
Add cv as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Feb 22, 2016
1 parent 1202bd4 commit 3e324e9
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ app/cache/*
app/config/parameters.yml
app/logs/*
bin/civix.phar
bin/cv
bin/php-parse
bin/psysh
build/
vendor
composer.phar
Expand Down
6 changes: 5 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"finder": [
{
"name": "*.php",
"exclude": ["phpunit", "Tests", "Test", "tests", "test"],
"exclude": [
"phpunit",
"php-parser", "jakub-onderka",
"Tests", "Test", "tests", "test"
],
"in": "vendor"
},
{
Expand Down
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@
"license": "AGPL-3.0",
"require": {
"php": ">=5.3.3",
"civicrm/cv": "dev-master",
"symfony/console": "~2.3",
"symfony/process": "~2.3",
"symfony/templating": "~2.3",
"totten/license-data": "dev-master"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/civicrm/cv.git"
}
],
"autoload": {
"psr-0": {
"CRM\\CivixBundle": "src/"
Expand Down
Loading

0 comments on commit 3e324e9

Please sign in to comment.