File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ before_script:
7
7
- travis_retry composer self-update
8
8
- travis_retry composer install --prefer-dist --no-interaction
9
9
10
- script : phpunit
10
+ script : composer test
Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
3
- Copyright (c) 2016 Marcus Olsson < hello @marcusolsson.me>
3
+ Copyright (c) 2017 Marcus Olsson < contact @marcusolsson.me>
4
4
5
5
> Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
> of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ $ phpunit
150
150
151
151
The MIT License (MIT). Please see [ License File] ( LICENSE.md ) for more information.
152
152
153
- © 2016 [ Marcus Olsson] ( https://marcusolsson.me ) .
153
+ © 2017 [ Marcus Olsson] ( https://marcusolsson.me ) .
154
154
155
155
[ ico-version ] : https://img.shields.io/packagist/v/olssonm/l5-zxcvbn.svg?style=flat-square
156
156
[ ico-license ] : https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
Original file line number Diff line number Diff line change 15
15
"authors" : [
16
16
{
17
17
"name" : " Marcus Olsson" ,
18
- "email" : " hello @marcusolsson.me" ,
18
+ "email" : " contact @marcusolsson.me" ,
19
19
"homepage" : " https://marcusolsson.me"
20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " >=5.3 .0" ,
24
- "illuminate/support" : " ~5.3" ,
23
+ "php" : " >=5.6 .0" ,
24
+ "illuminate/support" : " ~5.3.28|~5.4 " ,
25
25
"bjeavons/zxcvbn-php" : " ^0.3"
26
26
},
27
27
"require-dev" : {
28
- "phpunit/phpunit" : " 4 .*" ,
29
- "orchestra/testbench" : " ~3.3 "
28
+ "phpunit/phpunit" : " 5.7 .*" ,
29
+ "orchestra/testbench" : " ~3.4 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
You can’t perform that action at this time.
0 commit comments