Skip to content

Commit

Permalink
Merge pull request #15 from quickstrap/pivot-app
Browse files Browse the repository at this point in the history
Pivot app
  • Loading branch information
jeremygiberson committed Jan 4, 2017
2 parents 9c9d5cd + 14d981b commit d604d06
Show file tree
Hide file tree
Showing 49 changed files with 634 additions and 102 deletions.
25 changes: 0 additions & 25 deletions bin/quickstrap

This file was deleted.

14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"composer/composer": "dev-master",
"symfony/event-dispatcher": "^3.0",
"servo/fluidxml": "1.13",
"codeclimate/php-test-reporter": "^0.3.0"
"codeclimate/php-test-reporter": "^0.3.0",
"symfony/http-kernel": "^3.2",
"symfony/yaml": "~3.2",
"symfony/dependency-injection": "^3.2"
},
"autoload": {
"psr-4": {
"QuickStrap\\": "src"
"Quickstrap\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"QuickStrapUnit\\": "tests/unit"
"QuickstrapUnit\\": "tests/unit"
}
},
"require-dev": {
"phpunit/phpunit": "^5.2",
"mockery/mockery": "^0.9.4",
"mikey179/vfsStream": "^1.6"
},
"bin": [
"bin/quickstrap"
]
}
}
Loading

0 comments on commit d604d06

Please sign in to comment.