Skip to content

Commit

Permalink
Add license and archive to composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
texdc committed Oct 23, 2014
1 parent bdd016e commit 83dde81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "A simple library to make it easier to access SODA services from PHP",
"keywords": ["SODA", "socrata", "open data", "sdk"],
"homepage": "http://dev.socrata.com",
"license": "Apache-2.0",
"require": {
"php": "~5.3",
"ext-curl": "*",
Expand All @@ -20,5 +21,8 @@
"psr-4": {
"socrata\\soda\\test\\": "test"
}
},
"archive": {
"exclude": ["public", "test"]
}
}

0 comments on commit 83dde81

Please sign in to comment.