File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ matrix:
10
10
env : ILLUMINATE_VERSION=5.6.*
11
11
- php : 7.2
12
12
env : ILLUMINATE_VERSION=5.6.*
13
+ - php : 7.1
14
+ env : ILLUMINATE_VERSION=5.7.*
15
+ - php : 7.2
16
+ env : ILLUMINATE_VERSION=5.7.*
13
17
14
18
before_install : travis_retry composer require "illuminate/database:${ILLUMINATE_VERSION}" "illuminate/events:${ILLUMINATE_VERSION}" --no-update -v
15
19
Original file line number Diff line number Diff line change 1
1
# Laravel Model UUIDs
2
- ## v4.0.1
2
+ ## v4.1.0
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/michaeldyrynda/laravel-model-uuid.svg?branch=master )] ( https://travis-ci.org/michaeldyrynda/laravel-model-uuid )
5
5
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/michaeldyrynda/laravel-model-uuid/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/michaeldyrynda/laravel-model-uuid/?branch=master )
@@ -124,7 +124,7 @@ public function boot()
124
124
This package is installed via [ Composer] ( https://getcomposer.org/ ) . To install, run the following command.
125
125
126
126
``` bash
127
- composer require " dyrynda/laravel-model-uuid:~4.0 "
127
+ composer require " dyrynda/laravel-model-uuid:~4.1 "
128
128
```
129
129
## Support
130
130
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " >= 7.1.3" ,
20
- "illuminate/database" : " 5.6.* " ,
21
- "illuminate/events" : " 5.6.* " ,
22
- "illuminate/support" : " 5.6.* " ,
19
+ "php" : " ^ 7.1.3" ,
20
+ "illuminate/database" : " ~ 5.6" ,
21
+ "illuminate/events" : " ~ 5.6" ,
22
+ "illuminate/support" : " ~ 5.6" ,
23
23
"ramsey/uuid" : " ~3.7" ,
24
24
"moontoast/math" : " ^1.1"
25
25
},
29
29
}
30
30
},
31
31
"require-dev" : {
32
- "phpunit/phpunit" : " ~ 7.0"
32
+ "phpunit/phpunit" : " ^ 7.0"
33
33
},
34
34
"autoload-dev" : {
35
35
"psr-4" : {
You can’t perform that action at this time.
0 commit comments