summaryrefslogtreecommitdiff
path: root/vendor/thecodingmachine/safe/README.md
diff options
context:
space:
mode:
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`.