We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de4a4f9 + 4495ebc commit 30791acCopy full SHA for 30791ac
.gitignore
@@ -5,3 +5,4 @@
5
composer.lock
6
index.php
7
dev-notes.txt
8
+.vscode/
composer.json
@@ -18,7 +18,7 @@
18
}
19
],
20
"require": {
21
- "illuminate/support": "^8.12",
+ "illuminate/support": "^8.12 | ^9.0 | ^10.0",
22
"spatie/array-to-xml": "^2.16",
23
"guzzlehttp/guzzle": "^7.2"
24
},
0 commit comments