Skip to content

Commit

Permalink
Enhancement: composer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Feb 17, 2014
1 parent e269192 commit f3b77b5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# composer related
composer.lock
composer.phar
vendor
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"authors": [
{
"email": "scottmattocks@php.net",
"name": "Scott Mattocks",
"role": "Lead"
}
],
"autoload": {
"classmap": [
"./"
]
},
"description": "More info available on: http://pear.php.net/package/Gtk_Styled",
"license": "PHP License",
"name": "pear/gtk_styled",
"support": {
"issues": "http:///bugs/search.php?cmd=display&package_name[]=Gtk_Styled",
"source": "https://github.com/pear/Gtk_Styled"
},
"type": "library",
"require-dev": {
"phpunit/phpunit": "*"
}
}

0 comments on commit f3b77b5

Please sign in to comment.