Skip to content

Commit 7ca5eb8

Browse files
Add support for Laravel 8
1 parent 5dd31ab commit 7ca5eb8

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed
File renamed without changes.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-random-command` will be documented in this file
44

5+
## 1.4.1 - 2020-04-02
6+
7+
- Add support for Laravel 8
8+
59
## 1.4.0 - 2020-04-02
610

711
- randomly remove a php file from vendor (#7)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 🐟 Execute a random artisan command 🐟
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-random-command.svg?style=flat-square)](https://packagist.org/packages/spatie/:package_name)
4+
![Check & fix styling](https://github.com/spatie/laravel-random-command/workflows/Check%20&%20fix%20styling/badge.svg)
45
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-random-command.svg?style=flat-square)](https://packagist.org/packages/spatie/:package_name)
56

67
Aren't you tired of having to think about which artisan command to execute? This package takes that pain away. It provides a `random` command that will pick a random command and execute it.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^7.4",
20-
"illuminate/console": "^7.0",
21-
"illuminate/support": "^7.0"
20+
"illuminate/console": "^7.0|^8.0",
21+
"illuminate/support": "^7.0|^8.0"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^2.16"

0 commit comments

Comments
 (0)