Skip to content

Commit 3b32ccf

Browse files
committed
Update to laravel 6.0
1 parent d257973 commit 3b32ccf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

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

33
php:
4-
- 7.1
54
- 7.2
5+
- 7.3
6+
- 7.4
67

78
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) 2018 Zach Leigh
3+
Copyright (c) 2020 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
@@ -10,14 +10,14 @@
1010
"email": "[email protected]"
1111
}
1212
],
13-
13+
1414
"require": {
1515
"php": ">=7.1.3",
1616
"laravel/browser-kit-testing": "^1.0"
1717
},
1818

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

0 commit comments

Comments
 (0)