Skip to content

Commit

Permalink
WhichBrowser update + PHP7 compability
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Nov 12, 2015
1 parent 2cb2ad5 commit e3c70f2
Show file tree
Hide file tree
Showing 4 changed files with 2,257 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ php:
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0
- php: hhvm

cache:
directories:
- $TRAVIS_BUILD_DIR/resources
Expand Down
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@
"autoload": {
"psr-4": {
"UserAgentParser\\": "src"
},

"classmap": [
"vendor/whichbrowser/whichbrowser/libraries/whichbrowser.php"
]
}
},

"autoload-dev": {
Expand All @@ -62,7 +58,7 @@

"ua-parser/uap-php": "^3.4",

"whichbrowser/whichbrowser": "^1.0",
"whichbrowser/whichbrowser": ">=1.0.1039,<1.1",

"woothee/woothee": "^1.2",

Expand Down
Loading

0 comments on commit e3c70f2

Please sign in to comment.