Skip to content

Commit

Permalink
chore: require sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Apr 19, 2024
1 parent bf4256a commit 13e83e0
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 4 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"source": "https://github.com/Codeinwp/feedzy-rss-feeds"
},
"require": {
"codeinwp/themeisle-sdk": "^3.3"
"codeinwp/themeisle-sdk": "^3.3",
"sentry/sentry": "4.7"
},
"autoload": {
"files": [
Expand All @@ -37,7 +38,7 @@
"config": {
"optimize-autoloader": true,
"platform": {
"php": "5.6"
"php": "7.2"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down
Loading

0 comments on commit 13e83e0

Please sign in to comment.