Skip to content

Commit

Permalink
Make it a composer project
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Hulbert committed Apr 15, 2015
1 parent 5bc0ee0 commit caf88f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Expand Up @@ -2,6 +2,7 @@
"name": "dave1010/php-empty",
"description": "Empty project to get started with PHP",
"license": "MIT",
"type": "project",
"authors": [
{
"name": "Dave Hulbert",
Expand All @@ -15,8 +16,13 @@
}
},
"require": {
},
"require-dev": {
"phpunit/phpunit": "~4.6",
"phpspec/phpspec": "~2.1",
"behat/behat": "3.*@stable"
},
"config": {
"preferred-install": "dist"
}
}

0 comments on commit caf88f8

Please sign in to comment.