Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Add CakePHP to the dependencies for testing. Small tweaks for
composed.json and add composer install script
  • Loading branch information
dchancogne committed Apr 14, 2014
1 parent cea3e74 commit c19ba2a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.sublime-workspace
composer.lock
composer.phar
bin
vendor
28 changes: 24 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
{
"name": "traackr/sql-migration",
"type": "cakephp-plugin",
"require": {
"composer/installers": "~1.0"
}
"description": "SQL migration plugin for CakePHP",
"type": "cakephp-plugin",
"keywrods": [
"cakephp",
"sql",
"sql migration",
"sql upgrade",
"data migration",
"data upgrade",
"traackr"
],
"homepage": "https://traackr.com/",
"authors": [
{
"name": "David Chancogne",
"email": "[email protected]",
"homepage": "http://twitter.com/dchancogne"
}
],
"require-dev": {
"php": ">=5.3",
"composer/installers": "~1.0",
"cakephp/cakephp": "2.4.*"
}
}
3 changes: 3 additions & 0 deletions install-composer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

curl -sS https://getcomposer.org/installer | php

0 comments on commit c19ba2a

Please sign in to comment.