(feat): implements sentry for php
Pipeline #77795444 passed with stages in 17 minutes
Showing
| ... | ... | @@ -32,7 +32,8 @@ |
| "erusev/parsedown": "^1.7", | ||
| "zendframework/zend-diactoros": "1.8.6", | ||
| "league/oauth2-server": "7.2.0", | ||
| "lcobucci/jwt": "3.2.4" | ||
| "lcobucci/jwt": "3.2.4", | ||
| "sentry/sdk": "2.0.3" | ||
| }, | ||
| "repositories": [ | ||
| { | ||
| ... | ... | @@ -64,7 +65,6 @@ |
| "phpspec/phpspec": "~3.4", | ||
| "leanphp/phpspec-code-coverage": "~3.1", | ||
| "friendsofphp/php-cs-fixer": "*", | ||
| "bossa/phpspec2-expect": "*", | ||
| "apigen/apigen": "*" | ||
| "bossa/phpspec2-expect": "*" | ||
| } | ||
| } |
This diff is collapsed.
Please register or sign in to comment