Skip to content

Commit 1aeb406

Browse files
author
Vincent Mosoti
authored
Remove requirement for PHP version
1 parent 6f3321d commit 1aeb406

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"license": "MIT",
55
"type": "library",
66
"require": {
7-
"php": "^7.2",
87
"illuminate/support": "^6.0|^7.0|^8.0"
98
},
109
"authors": [
@@ -34,4 +33,4 @@
3433
}
3534
},
3635
"minimum-stability": "dev"
37-
}
36+
}

0 commit comments

Comments
 (0)