Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
untek-developer committed Sep 16, 2020
1 parent ca2f018 commit a1a1aa7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "znlib/web",
"type": "extension",
"license": "MIT",
"authors": [
{
"name": "Yamshikov Vitaliy",
"email": "theyamshikov@yandex.ru"
}
],
"minimum-stability": "dev",
"require": {
"guzzlehttp/guzzle": ">5.3",
"symfony/serializer": "4.*|5.*"
},
"autoload": {
"psr-4": {
"ZnLib\\Web\\": "src",
"ZnLib\\Web\\Tests\\": "tests"
}
}
}

0 comments on commit a1a1aa7

Please sign in to comment.