Skip to content

Commit 02ca50c

Browse files
committed
- Updated min. required php version to 7.3
- Added support for php 8.0
1 parent f11c393 commit 02ca50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2",
19+
"php": "^7.3|^8.0",
2020
"illuminate/notifications": "^6.0|^7.0|^8.0",
21-
"hebinet/websmscom-php": "^1.0"
21+
"hebinet/websmscom-php": "^1.0.7"
2222
},
2323
"require-dev": {
2424
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)