diff --git a/README.md b/README.md index 17687c9..9fc94d4 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Variable | Description | Example value | ### Build a new phar The phar is built using box, for details see -https://github.com/box-project/box2. To built the phar just run: +https://github.com/box-project/box. To built the phar just run: composer install --dev composer build diff --git a/composer.json b/composer.json index de1775e..89f3c5f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "symfony/yaml": "^6" }, "scripts": { - "build": "php -d phar.readonly=0 vendor/bin/box build", + "build": "php -d phar.readonly=0 vendor/bin/box compile", "clean-git": "find vendor/ -name \\.git | xargs rm -rf", "remove-test": "find vendor/ -name [tT]ests | xargs rm -rf", "post-install-cmd": "drunomics\\Phapp\\ScriptHandler::installPharTools", diff --git a/composer.lock b/composer.lock index 10b1e27..8f332af 100644 --- a/composer.lock +++ b/composer.lock @@ -2348,12 +2348,12 @@ "version": "3.7.2", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", "shasum": "" }, @@ -2403,12 +2403,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.4" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" }