We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bfd1d commit 7a02375Copy full SHA for 7a02375
.travis.yml
@@ -11,6 +11,7 @@ matrix:
11
- php: 7.1
12
- php: 7.2
13
- php: 7.3
14
+ - php: 7.4
15
16
sudo: false
17
CHANGELOG.md
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added check for Symfony dump function `dd` from [@antograssiot](https://github.com/antograssiot).
- Added check for Laravel dump function `dump` from [@Douglasdc3](https://github.com/Douglasdc3).
- Added changelog.
+- Added support for PHP 7.4.
### Internal
0 commit comments