- 将 PHP 版本要求从 >=8.3 更新为 >=8.4 - 将 six-shop/core 版本要求从 >=0.5 <1.0 更新为 ^v1.0.0 - 将 symfony/http-client 版本要求从 >=7.3 更新为 ^v8.0.1
@@ -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
@@ -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": [
{