Browse Source

Bump Version to 2.7.0

兔姬桑 3 years ago
parent
commit
c06b28d454
3 changed files with 176 additions and 175 deletions
  1. 2 4
      composer.json
  2. 173 170
      composer.lock
  3. 1 1
      config/version.php

+ 2 - 4
composer.json

@@ -8,7 +8,7 @@
   ],
   "license": "GPL-3.0-or-later",
   "require": {
-    "php": "^7.2.5",
+    "php": "^7.2.5|^8.0",
     "ext-dom": "*",
     "ext-json": "*",
     "ext-mbstring": "*",
@@ -99,8 +99,6 @@
     ],
     "post-create-project-cmd": [
       "@php artisan key:generate --ansi"
-    ],
-    "check-style": "php-cs-fixer fix --dry-run --diff .",
-    "fix-style": "php-cs-fixer fix ."
+    ]
   }
 }

File diff suppressed because it is too large
+ 173 - 170
composer.lock


+ 1 - 1
config/version.php

@@ -2,5 +2,5 @@
 
 return [
     'name' => 'ProxyPanel',
-    'number' => '2.7.a',
+    'number' => '2.7.0',
 ];

Some files were not shown because too many files changed in this diff