Skip to content

Commit abc79b8

Browse files
committed
Fix missing Mockery dependency & added PHP 8 requirements.
1 parent 1199f6d commit abc79b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
],
1212
"prefer-stable": true,
1313
"require": {
14-
"php": "^7.1.3",
14+
"php": "^7.1.3|^8.0",
1515
"illuminate/contracts": "^5.6|^6.0",
1616
"illuminate/http": "^5.6|^6.0",
1717
"s1lentium/iptools": "^1.1"
1818
},
1919
"require-dev": {
20+
"mockery/mockery": "^1.3.3",
2021
"orchestra/testbench": "^3.6|^3.7|^3.8|^4.0",
2122
"symfony/thanks": "^1.0"
2223
},

0 commit comments

Comments
 (0)