Skip to content

Commit 42ef187

Browse files
committed
Upgrade to Laravel 8.x
1 parent de56145 commit 42ef187

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.2
54
- 7.3
65
- 7.4
76

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Database Profiler for Laravel Web and Console Applications.
1919
2020
| Laravel | Database Profiler |
2121
| ------- | :--------------------------------------------------------------------: |
22+
| 8.x | [8.x](https://github.com/dmitry-ivanov/laravel-db-profiler/tree/8.x) |
2223
| 7.x | [7.x](https://github.com/dmitry-ivanov/laravel-db-profiler/tree/7.x) |
2324
| 6.x | [6.x](https://github.com/dmitry-ivanov/laravel-db-profiler/tree/6.x) |
2425
| 5.8.* | [5.8.*](https://github.com/dmitry-ivanov/laravel-db-profiler/tree/5.8) |

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"email": "[email protected]"
1313
}],
1414
"require": {
15-
"php": "^7.2.5",
16-
"illuminate/support": "^7.0",
17-
"illuminate/database": "^7.0"
15+
"php": "^7.3",
16+
"illuminate/database": "^8.0",
17+
"illuminate/support": "^8.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^8.4|^9.0",
2121
"mockery/mockery": "^1.3.1",
22-
"orchestra/testbench": "^5.0",
23-
"illuminated/testing-tools": "^7.0",
24-
"illuminated/helper-functions": "^7.0"
22+
"orchestra/testbench": "^6.0",
23+
"illuminated/testing-tools": "^8.0",
24+
"illuminated/helper-functions": "^8.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)