Skip to content

Commit 58e8d13

Browse files
authored
Merge pull request #50 from DerrickTio-RevenueMonster/build/illuminate.collections
replace dependencies tightenco/collect to illuminate/collections
2 parents 44d0379 + f4097f1 commit 58e8d13

13 files changed

+274
-255
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
],
3232
"require": {
3333
"php": "^8.0",
34-
"nategood/httpful": "^0.3.2",
35-
"tightenco/collect": "^9.2.0",
36-
"rakit/validation": "^1.4.0"
34+
"rakit/validation": "^1.4.0",
35+
"nategood/httpful": "^1.0",
36+
"illuminate/collections": "^11.24"
3737
},
3838
"autoload": {
3939
"files": [

0 commit comments

Comments
 (0)