Added package details to json file
This commit is contained in:
parent
adae3ba468
commit
4728858880
2 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,17 @@
|
||||||
{
|
{
|
||||||
|
"name": "joshtronic/pickles",
|
||||||
|
"description": "PHP Interface Collection of Killer Libraries to Enhance Stuff",
|
||||||
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Joshua Sherman",
|
||||||
|
"email": "josh@gravityblvd.com",
|
||||||
|
"homepage": "https://github.com/joshtronic/pickles"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"autoload": {
|
||||||
|
"classmap": ["src/"]
|
||||||
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mikey179/vfsStream": "1.2.0",
|
"mikey179/vfsStream": "1.2.0",
|
||||||
"satooshi/php-coveralls": "dev-master"
|
"satooshi/php-coveralls": "dev-master"
|
||||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -3,7 +3,7 @@
|
||||||
"This file locks the dependencies of your project to a known state",
|
"This file locks the dependencies of your project to a known state",
|
||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||||
],
|
],
|
||||||
"hash": "f99ed048919043a93dd99173e2faada9",
|
"hash": "34fec617e973fcd94cae8d9158e5ce4b",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "devize/closure-compiler",
|
"name": "devize/closure-compiler",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue