Skip to content

Commit

Permalink
Initial Revision
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoAdamek committed Oct 12, 2021
1 parent 06ba2a6 commit 38f42ff
Show file tree
Hide file tree
Showing 24 changed files with 3,080 additions and 183 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor/
.phpunit.result.cache
65 changes: 64 additions & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .idea/tigerbay-php.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,27 @@
"Mrzen\\Tigerbay\\": "src/"
}
},

"autoload-dev": {
"psr-4": {
"Mrzen\\Tigerbay\\Tests\\": "tests/"
}
},

"authors": [
{
"name": "Leo Adamek",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0",
"php": ">=7.2.24",
"ext-curl": "*",
"guzzlehttp/guzzle": "^7"
"guzzlehttp/guzzle": "^7",
"ext-json": "*",
"symfony/serializer": "^5.3",
"symfony/property-access": "^5.3",
"doctrine/annotations": "^1.13"
},
"require-dev": {
"phpunit/phpunit": "^9"
Expand Down
Loading

0 comments on commit 38f42ff

Please sign in to comment.