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 db4c30c + 4117b9a commit 26f6873Copy full SHA for 26f6873
.gitignore
@@ -1,3 +1,16 @@
1
+# OS files
2
+.DS_Store
3
+Thumbs.db
4
+
5
+# Dependencies
6
vendor
7
composer.lock
-.phpunit.result.cache
8
9
+# Testing
10
+.phpunit.result.cache
11
12
+# IDEA
13
+/.idea
14
+/.nova
15
+/.vscode
16
+/.fleet
composer.json
@@ -30,8 +30,8 @@
30
"ext-json": "*",
31
"avadim/fast-excel-writer": "^6.6",
32
"avadim/fast-excel-reader": "^2.26",
33
- "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
34
- "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
35
},
36
"require-dev": {
37
"orchestra/testbench": "^4.0|^5.0|^6.0",
0 commit comments