Skip to content

Commit

Permalink
Merge pull request #46 from olssonm/dev
Browse files Browse the repository at this point in the history
Laravel 8
  • Loading branch information
olssonm authored Sep 9, 2020
2 parents f93d4fe + e1febd6 commit a839ec2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ script:

jobs:
include:
- php: 7.1
env:
- ILLUMINATE_VERSION=5.8.*
- PHPUNIT_VERSION=7.5
- php: 7.2
env:
- ILLUMINATE_VERSION=5.8.*
- PHPUNIT_VERSION=7.5
- php: 7.2
env:
- ILLUMINATE_VERSION=^6.0
Expand All @@ -31,9 +23,13 @@ jobs:
- PHPUNIT_VERSION=^8.0
- php: 7.3
env:
- ILLUMINATE_VERSION=^6.0
- ILLUMINATE_VERSION=^7.0
- PHPUNIT_VERSION=^8.0
- php: 7.3
env:
- ILLUMINATE_VERSION=^7.0
- ILLUMINATE_VERSION=^8.0
- PHPUNIT_VERSION=^8.0
- php: 7.4
env:
- ILLUMINATE_VERSION=^8.0
- PHPUNIT_VERSION=^8.0
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2019 Marcus Olsson <contact@marcusolsson.me>
Copyright (c) 2020 Marcus Olsson <contact@marcusolsson.me>

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $ phpunit

MITライセンスです。 詳しくはこちらを見てください。[License File](LICENSE.md)

© 2019 [Marcus Olsson](https://marcusolsson.me).
© 2020 [Marcus Olsson](https://marcusolsson.me).

[ico-version]: https://img.shields.io/packagist/v/olssonm/l5-very-basic-auth.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ A big thank you to the people who has contributed to this package, among others:

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

© 2019 [Marcus Olsson](https://marcusolsson.me).
© 2020 [Marcus Olsson](https://marcusolsson.me).

[ico-version]: https://img.shields.io/packagist/v/olssonm/l5-very-basic-auth.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
}
],
"require": {
"illuminate/support": ">=5.8 || ^6.0 || ^7.0",
"php" : "^7.1"
"illuminate/support": "^6.0|^7.0|^8.0",
"php" : "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0",
"phpunit/phpunit": "^7.5|^8.0",
"orchestra/testbench": ">=3.4.0",
"laravel/helpers": "^1.1"
},
Expand Down

0 comments on commit a839ec2

Please sign in to comment.