We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c69a0 commit 9c6f227Copy full SHA for 9c6f227
composer.json
@@ -17,9 +17,9 @@
17
"require": {
18
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
19
"guzzlehttp/guzzle": "^7.8",
20
- "illuminate/config": "^8.0|^9.0|^10.0|^11.0",
21
- "illuminate/database": "^8.0|^9.0|^10.0|^11.0",
22
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/config": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
23
"jeroenzwart/laravel-csv-seeder": "^1.6",
24
"phpseclib/phpseclib": "^3.0",
25
"vlucas/phpdotenv": "^5.5"
resync-tags.bat
@@ -0,0 +1,6 @@
1
+@echo off
2
+REM Delete all local tags
3
+for /f "delims=" %%a in ('git tag -l') do git tag -d %%a
4
+
5
+REM Fetch all tags from the remote repository
6
+git fetch --tags
0 commit comments