2 Commits
1.0.0 ... 1.0.2

Author SHA1 Message Date
Eher
67680e1564 Composer project data fixed 2012-02-08 22:44:20 -02:00
Eher
2187cd8b44 Ignore files 2012-02-08 22:42:21 -02:00
2 changed files with 9 additions and 5 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*.swp
composer.lock
composer.phar

View File

@@ -7,11 +7,12 @@
"psr-0": { "psr-0": {
"OAuth": "src/" "OAuth": "src/"
}, },
"authors": "authors":[
{ {
"name": "Andy Smith", "name": "Andy Smith",
"homepage": "http://term.ie/" "homepage": "http://term.ie/"
}, }
],
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
} }