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 79a1ccd commit 67554eeCopy full SHA for 67554ee
.travis.yml
@@ -1,8 +1,9 @@
1
language: php
2
3
php:
4
- - 7.0
5
- - 7.1
+ - 7.2
+ - 7.3
6
+ - 7.4
7
8
before_script: composer install
9
readme.md
@@ -19,8 +19,9 @@ $ composer require jaspaul/eloquent-model-validation
19
20
The following versions of PHP are supported by this version.
21
22
-* PHP 7.0
23
-* PHP 7.1
+* PHP 7.2
+* PHP 7.3
24
+* PHP 7.4
25
26
## Configuration
27
0 commit comments