Skip to content

Commit

Permalink
Remove out-of-date Symfony 4 note
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 13, 2019
1 parent ef52f6d commit bb1c6a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ Check the [docker-compose](https://docs.docker.com/compose/reference/overview/)
#### Local
Runs the command on the local system.

## Symfony 4

The Symfony Process component has different typehints in the parameters of several APIs in Symfony 4 than Symfony 3 does. This is due to the fact that Symfony 4 requires PHP 7.1.3 or later, which supports a number of typehints not permitted in earlier PHP versions. This difference is minor for most clients, but presents problems for code that subclasses Process, as it is not possible to be compatible with both the Symofny 3 and the Symfony 4 typehints at the same time.

In the future, Symfony 4 will be supported in this library on a separate branch.

## Running the tests

The test suite may be run locally by way of some simple composer scripts:
Expand Down

0 comments on commit bb1c6a3

Please sign in to comment.