File tree 3 files changed +8
-8
lines changed 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
3
- Copyright (c) 2015 Coen Zimmerman < coen@pixelindustries.com >
3
+ Copyright (c) 2019 Coen Zimmerman < coen@pixelindustries.com >
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 @@ -20,10 +20,11 @@ I prefer using them to make for easier unit testing in large projects.
20
20
21
21
Laravel | Package
22
22
:-------------|:--------
23
- 5.1.x | 1.0.x
24
- 5.2.x | 1.2.x
25
- 5.3.x | 1.2.x
26
- 5.4.x and up | 1.4.x
23
+ 5.1 | 1.0.x
24
+ 5.2 | 1.2.x
25
+ 5.3 | 1.2.x
26
+ 5.4 to 5.8 | 1.4.x
27
+ 6.0 and up | 2.x
27
28
28
29
## Install
29
30
Original file line number Diff line number Diff line change 14
14
"authors" : [
15
15
{
16
16
"name" : " Coen Zimmerman" ,
17
- "email" : " coen@pixelindustries .com" ,
17
+ "email" : " coen@pxlwidgets .com" ,
18
18
"homepage" : " http://www.pixelindustries.com" ,
19
19
"role" : " Developer"
20
20
}
26
26
"myclabs/php-enum" : " ^1.7"
27
27
},
28
28
"require-dev" : {
29
- "phpunit/phpunit" : " ^8.0" ,
30
- "scrutinizer/ocular" : " ~1.1" ,
29
+ "phpunit/phpunit" : " ^7.0|^8.0" ,
31
30
"orchestra/testbench" : " ^4.0" ,
32
31
"watson/rememberable" : " dev-master" ,
33
32
"astrotomic/laravel-translatable" : " ^11.5" ,
You can’t perform that action at this time.
0 commit comments