Skip to content

Commit 3560dbc

Browse files
committed
Update dependencies, license.
1 parent e7bda9c commit 3560dbc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
6+
- 7.2
77

88
install: composer install

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Zach Leigh
3+
Copyright (c) 2018 Zach Leigh
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

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313

1414
"require": {
15-
"php": ">=5.6.0",
15+
"php": ">=7.0",
1616
"laravel/browser-kit-testing": "^1.0"
1717
},
1818

1919
"require-dev": {
20-
"laravel/laravel": "5.4.*",
20+
"laravel/laravel": "5.7.*",
2121
"phpunit/phpunit": "~4.0"
2222
},
2323

0 commit comments

Comments
 (0)