From 80d3db1dcf8fe9ca66d4e3f2e2116d3bc39ae2b4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Jul 2022 22:26:21 +0300 Subject: upgrade idiorm to php8.1-patched version (aaronpk/idiorm) --- vendor/thecodingmachine/safe/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'vendor/thecodingmachine/safe/README.md') diff --git a/vendor/thecodingmachine/safe/README.md b/vendor/thecodingmachine/safe/README.md index 3c2ee624f..f0fbeb2fa 100644 --- a/vendor/thecodingmachine/safe/README.md +++ b/vendor/thecodingmachine/safe/README.md @@ -9,8 +9,6 @@ Safe PHP ======== -**Work in progress** - A set of core PHP functions rewritten to throw exceptions instead of returning `false` when an error is encountered. ## The problem @@ -115,7 +113,7 @@ tool that performs instant refactoring of your application. Run ```bash -$ composer require --dev rector/rector:^0.7 +$ composer require --dev rector/rector ``` to install `rector/rector`. @@ -123,7 +121,7 @@ to install `rector/rector`. Run ```bash -vendor/bin/rector process src/ --config vendor/thecodingmachine/safe/rector-migrate-0.7.php +vendor/bin/rector process src/ --config vendor/thecodingmachine/safe/rector-migrate.php ``` to run `rector/rector`. -- cgit v1.2.3