Skip to content

Commit fbbd71b

Browse files
committed
Use logical or operator
1 parent 9790f6f commit fbbd71b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "understand/understand-laravel",
3-
"description": "Laravel 5, 6 and 7 service provider for Understand.io",
3+
"description": "Laravel 5, 6, 7 and 8 service provider for Understand.io",
44
"keywords": ["laravel", "understand.io", "understand", "logs", "laravel 5", "Laravel 6"],
55
"license": "MIT",
66
"authors": [
@@ -10,13 +10,13 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.5|^7.0|^8.0",
13+
"php": "^5.5 || ^7.0 || ^8.0",
1414
"ext-curl": "*",
15-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
15+
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
19-
"orchestra/testbench": "3.*|4.*|5.*|6.*",
18+
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0",
19+
"orchestra/testbench": "3.* || 4.* || 5.* || 6.*",
2020
"mockery/mockery": "^1.2"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)