Skip to content

Commit 8072210

Browse files
committed
Upgraded dependencies to work with PHP 8
1 parent 98b0375 commit 8072210

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
},
7070

7171
"require": {
72-
"php": "~5.6|~7.0",
72+
"php": "^7.4|^8.0",
7373
"guzzlehttp/guzzle": "^6.1",
7474
"composer-runtime-api": "^2.0"
7575
},
7676

7777
"conflict": {
78-
"browscap/browscap-php": "<3,>=4",
78+
"browscap/browscap-php": "^5.0",
7979
"donatj/phpuseragentparser": "<0.5,>=1",
8080
"jenssegers/agent": "<2.3,>=3",
8181
"mobiledetect/mobiledetectlib": "<2.7.5,>=3",
@@ -104,10 +104,9 @@
104104
},
105105

106106
"require-dev": {
107-
"phpunit/phpunit": "^5.6.8",
108-
"friendsofphp/php-cs-fixer": "^1.11",
109-
110-
"browscap/browscap-php": "^3.0",
107+
"phpunit/phpunit": "^9.5",
108+
"friendsofphp/php-cs-fixer": "^2.17.3",
109+
"browscap/browscap-php": "^4.0",
111110
"donatj/phpuseragentparser": "^0.5.0",
112111
"endorphin-studio/browser-detector": "^3.0",
113112
"handsetdetection/php-apikit": "^4.1.10",

0 commit comments

Comments
 (0)