Skip to content

Commit

Permalink
Merge pull request #18 from hellowearemito/update-sentry-dependencies
Browse files Browse the repository at this point in the history
Update sentry dependencies to latest versions.
  • Loading branch information
albertborsos authored Nov 28, 2017
2 parents a0676f0 + 81bb95c commit c293a45
Show file tree
Hide file tree
Showing 5 changed files with 803 additions and 588 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ php:
# - 5.5
- 5.6
- 7.0
- 7.1
- hhvm

# to support hhvm
dist: trusty

# faster builds on new travis setup not using sudo
sudo: false

Expand All @@ -16,7 +20,7 @@ cache:

install:
- travis_retry composer self-update && composer --version
- travis_retry composer global require "fxp/composer-asset-plugin:~1.2.0"
- travis_retry composer global require "fxp/composer-asset-plugin:~1.3"
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- travis_retry composer install --prefer-source --no-interaction

Expand Down
18 changes: 11 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
}
],
"require": {
"yiisoft/yii2": "*",
"sentry/sentry": "1.6.*",
"bower-asset/raven-js": "3.12.*"
"yiisoft/yii2": "~2.0.0",
"sentry/sentry": "~1.8",
"bower-asset/raven-js": "~3.17",
"php": ">=5.6.0"
},
"require-dev": {
"yiisoft/yii2-codeception": "~2.0",
"satooshi/php-coveralls": "~1.0",
"codeception/codeception": "2.1.*",
"codeception/codeception": "~2.3",
"codeception/specify": " *",
"codeception/verify": " *",
"codeception/mockery-module": "^0.2.2",
Expand All @@ -30,9 +31,12 @@
"mito\\sentry\\tests\\": "tests/"
}
},
"extra": {
"asset-installer-paths": {
"bower-asset-library": "vendor/bower"
"config": {
"fxp-asset": {
"installer-paths": {
"bower-asset-library": "vendor/bower"
},
"pattern-skip-version": "(-build|-patch)"
}
}
}
Loading

0 comments on commit c293a45

Please sign in to comment.