Forráskód Böngészése

chore(deps): 更新依赖包版本要求

- 将 PHP 版本要求从 >=8.3 更新为 >=8.4
- 将 six-shop/core 版本要求从 >=0.5 <1.0 更新为 ^v1.0.0
- 将 symfony/http-client 版本要求从 >=7.3 更新为 ^v8.0.1
runphp 3 hónapja
szülő
commit
2dbf3c539f
2 módosított fájl, 3 hozzáadás és 11 törlés
  1. 0 8
      .idea/.gitignore
  2. 3 3
      composer.json

+ 0 - 8
.idea/.gitignore

@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml

+ 3 - 3
composer.json

@@ -7,9 +7,9 @@
     "thinkphp"
   ],
   "require": {
-    "php": ">=8.3",
-    "six-shop/core": ">=0.5 <1.0",
-    "symfony/http-client": ">=7.3"
+    "php": ">=8.4",
+    "six-shop/core": "^v1.0.0",
+    "symfony/http-client": "^v8.0.1"
   },
   "authors": [
     {