Skip to content

Commit e0a7a0d

Browse files
authored
WIP: Upgrade to Laravel 8.x (#21)
Upgrade to Laravel 8.x
1 parent 9585a93 commit e0a7a0d

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
@@ -17,6 +17,7 @@ Mutex for Laravel Console Commands.
1717

1818
| Laravel | Console Mutex |
1919
| ------- | :----------------------------------------------------------------------: |
20+
| 8.x | [8.x](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/8.x) |
2021
| 7.x | [7.x](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/7.x) |
2122
| 6.x | [6.x](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/6.x) |
2223
| 5.8.* | [5.8.*](https://github.com/dmitry-ivanov/laravel-console-mutex/tree/5.8) |

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"email": "[email protected]"
1313
}],
1414
"require": {
15-
"php": "^7.2.5",
15+
"php": "^7.3",
1616
"ext-json": "*",
17-
"illuminate/support": "^7.0",
18-
"illuminate/console": "^7.0",
19-
"arvenil/ninja-mutex": "^0.6"
17+
"arvenil/ninja-mutex": "^0.6",
18+
"illuminate/support": "^8.0",
19+
"illuminate/console": "^8.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^8.4|^9.0",
2323
"mockery/mockery": "^1.3.1",
24-
"orchestra/testbench": "^5.0",
25-
"illuminated/testing-tools": "^7.0",
24+
"orchestra/testbench": "^6.0",
25+
"illuminated/testing-tools": "dev-master",
2626
"predis/predis": "^1.1.1",
2727
"ext-pdo_mysql": "*",
2828
"ext-redis": "*"

0 commit comments

Comments
 (0)