Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nikserg authored May 31, 2022
1 parent 8187ff8 commit e0b83cd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "nikserg/itcom-public-api",
"description": "Публичный API Айтиком",
"keywords": [],
"authors": [
{
"name": "Nikita Zarubin",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"nikserg\\ItcomPublicApi\\": ""
}
},
"require": {
"php": "^7.1 || ^8.0",
}
}

0 comments on commit e0b83cd

Please sign in to comment.