Skip to content

Commit

Permalink
Merge pull request #10 from Chemaclass/update-php-8
Browse files Browse the repository at this point in the history
Update to PHP 8.0
  • Loading branch information
Chemaclass committed Dec 27, 2020
2 parents f705bcb + fcc900d commit 9ac10ea
Show file tree
Hide file tree
Showing 4 changed files with 2,350 additions and 2,353 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ This is a scaffolding for PHP projects using Docker.

In this repository you will find:

* Almost-Latest `PHP` ([7.4](https://en.wikipedia.org/wiki/PHP#Release_history)) <- the language
- PHP 8.0 Support WIP
* Latest `Composer` (currently [2.0](https://getcomposer.org/)) <- the package manager
* Latest `PHPUnit` (currently [9](https://phpunit.de/announcements/phpunit-9.html)) <- the tester
* Latest `XDebug` (currently [3](https://xdebug.org/docs/)) <- the debugger
* Latest `Psalm` (currently [4](https://github.com/vimeo/psalm)) <- the static analysis tool
* Basic `Dockerfile` ready to use from your `docker-compose.yml` <- the foundation
* Basic structure ready to start coding in `src` and `tests` <- your logic; your design
* Latest `PHP` ([8.0](https://en.wikipedia.org/wiki/PHP#Release_history)) ← the language
* Latest `Composer` (currently [2.0](https://getcomposer.org/)) ← the package manager
* Latest `PHPUnit` (currently [9](https://phpunit.de/announcements/phpunit-9.html)) ← the tester
* Latest `XDebug` (currently [3](https://xdebug.org/docs/)) ← the debugger
* Latest `Psalm` (currently [4](https://github.com/vimeo/psalm)) ← the static analysis tool
* Basic `Dockerfile` ready to use from your `docker-compose.yml` ← the foundation
* Basic structure ready to start coding in `src` and `tests` ← your logic; your design

## Setup

Expand Down

0 comments on commit 9ac10ea

Please sign in to comment.