summaryrefslogtreecommitdiff
path: root/vendor/thecodingmachine/safe/README.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-07-12 22:26:21 +0300
committerAndrew Dolgov <[email protected]>2022-07-12 22:26:21 +0300
commit80d3db1dcf8fe9ca66d4e3f2e2116d3bc39ae2b4 (patch)
tree04b33bfb9c9368c4a31e287153abec690b9014e0 /vendor/thecodingmachine/safe/README.md
parent4b6161892000cb2b8392dce92a9cf2cabdf2d20e (diff)
upgrade idiorm to php8.1-patched version (aaronpk/idiorm)
Diffstat (limited to 'vendor/thecodingmachine/safe/README.md')
-rw-r--r--vendor/thecodingmachine/safe/README.md6
1 files changed, 2 insertions, 4 deletions
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`.