Skip to content

Commit 990ea93

Browse files
authored
Merge pull request #8 from jeremykenedy/l7
Laravel 7 support
2 parents bc1d023 + ecb3df0 commit 990ea93

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-2019 jeremykenedy
3+
Copyright (c) 2018-2020 jeremykenedy
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Table of contents:
2828
### About
2929
Laravel 2-Step verification is a package to add 2-Step user authentication to any Laravel project easily. It is configurable and customizable. It uses notifications to send the user an email with a 4-digit verification code.
3030

31-
Laravel 2-Step Authentication Verification for Laravel. Can be used in out the box with Laravel's authentication scaffolding or integrated into other projects.
31+
Laravel 2-Step Authentication Verification for Laravel. Can be used in out the box with Laravel's authentication scaffolding or integrated into other projects.
3232

3333
### Features
3434

@@ -42,7 +42,7 @@ Laravel 2-Step Authentication Verification for Laravel. Can be used in out the b
4242
| Locked Page |
4343

4444
### Requirements
45-
* [Laravel 5.3, 5.4, or 5.5+](https://laravel.com/docs/installation)
45+
* [Laravel 5.3, 5.4, 5.5+ ,6+, or 7+](https://laravel.com/docs/installation)
4646

4747
### Installation Instructions
4848
1. From your projects root folder in terminal run:
@@ -231,7 +231,7 @@ Before opening an issue there are a couple of considerations:
231231
* **Following these instructions show me that you have tried.**
232232
* If you have a questions send me an email to jeremykenedy@gmail.com
233233
* Need some help, I can do my best on Slack: https://opensourcehelpgroup.slack.com
234-
* Please be considerate that this is an open source project that I provide to the community for FREE when openeing an issue.
234+
* Please be considerate that this is an open source project that I provide to the community for FREE when openeing an issue.
235235
236236
Open source projects are a the community’s responsibility to use, contribute, and debug.
237237

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
],
1717
"require": {
1818
"php": "^7.2",
19-
"laravel/framework": "^6.0"
19+
"laravel/framework": "6.*|7.*"
2020
},
2121
"require-dev": {
2222
"illuminate/support": "^6.0.2",
2323
"orchestra/testbench": "^3.8.5",
2424
"phpunit/phpunit": "^8.3.4",
25-
"laravel/laravel": "^6.0"
25+
"laravel/framework": "6.*|7.*"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)