Skip to content

Commit d0584b3

Browse files
committed
Updated for Laravel 6 support
1 parent b7288b3 commit d0584b3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2015 Coen Zimmerman <coen@pixelindustries.com>
3+
Copyright (c) 2019 Coen Zimmerman <coen@pixelindustries.com>
44

55
> Permission is hereby granted, free of charge, to any person obtaining a copy
66
> of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ I prefer using them to make for easier unit testing in large projects.
2020

2121
Laravel | Package
2222
:-------------|:--------
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
2728

2829
## Install
2930

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"authors": [
1515
{
1616
"name": "Coen Zimmerman",
17-
"email": "coen@pixelindustries.com",
17+
"email": "coen@pxlwidgets.com",
1818
"homepage": "http://www.pixelindustries.com",
1919
"role": "Developer"
2020
}
@@ -26,8 +26,7 @@
2626
"myclabs/php-enum": "^1.7"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit" : "^8.0",
30-
"scrutinizer/ocular": "~1.1",
29+
"phpunit/phpunit" : "^7.0|^8.0",
3130
"orchestra/testbench": "^4.0",
3231
"watson/rememberable": "dev-master",
3332
"astrotomic/laravel-translatable": "^11.5",

0 commit comments

Comments
 (0)