This commit is contained in:
Daniil Gentili 2020-09-05 22:40:32 +02:00
parent ef81cee5b0
commit df81181bb8
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ This is a transpiler that will allow native usage of php8 features and especiall
The transpiler will seamlessly hook into composer to transpile the package (and all dependencies down the current branch of the dependency tree!) on installation, on the user's machine, targeting the user's specific php version (or another one specified in the config).
This project is mostly ready, but I would love some feedback on design and APIs.
This project is mostly ready, and I would love some feedback on design and APIs.
Created by [Daniil Gentili](https://daniil.it)