Use new phar updater dependency

This commit is contained in:
Marcel Pociot
2022-02-23 17:34:58 +01:00
parent 813f742c20
commit 00b379c417
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -18,7 +18,7 @@
"require": { "require": {
"php": "^8.0", "php": "^8.0",
"ext-json": "*", "ext-json": "*",
"padraic/phar-updater": "^1.0.6" "laravel-zero/phar-updater": "^1.2"
}, },
"require-dev": { "require-dev": {
"cboden/ratchet": "^0.4.3", "cboden/ratchet": "^0.4.3",

View File

@@ -26,7 +26,7 @@ return [
| |
*/ */
'version' => '2.1.0', 'version' => '2.1.2',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------