Skip to content

Commit 0de4520

Browse files
committed
Laravel 7 Support
1 parent e223d4c commit 0de4520

File tree

4 files changed

+581
-523
lines changed

4 files changed

+581
-523
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ Temporary Items
5050
.idea
5151

5252
# Vendor directory
53-
vendor/
53+
vendor/
54+
.phpunit.result.cache

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `otp` will be documented in this file.
44

5+
## Version 3.0
6+
7+
### Added
8+
- Laravel 7 Support
9+
- Dependancy Updates
10+
511
## Version 2.0
612

713
### Added

composer.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
"homepage": "https://github.com/tzsk/otp",
1313
"keywords": ["Laravel", "php", "otp"],
1414
"require": {
15-
"illuminate/support": "~5.7|~5.8|^6.0",
16-
"php" : "~7.2"
15+
"illuminate/support": "~5.7|~5.8|^6.0|^7.0",
16+
"php" : "^7.2"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^8.0",
2020
"squizlabs/php_codesniffer": "^3.0",
21-
"orchestra/testbench": "~3.7|~3.8|^4.0",
22-
"mockery/mockery": "^1.1",
23-
"sempro/phpunit-pretty-print": "^1.0"
21+
"orchestra/testbench": "~3.7|~3.8|^4.0|^5.0"
2422
},
2523
"autoload": {
2624
"psr-4": {

0 commit comments

Comments
 (0)