Skip to content

Commit af592c4

Browse files
committed
feat(laravel-7): add laravel 7 support
we just need to update the support package to fallback to 7 fixes #1
1 parent daf7417 commit af592c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENCE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright (c) 2019 Craftsys, Inc
2+
Copyright (c) 2019-2020 Craftsys, Inc
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"require": {
2727
"php": ">=7.1",
2828
"craftsys/msg91-php": "^0.8",
29-
"illuminate/support": "^5.2|^6.0"
29+
"illuminate/support": "^5.2|^6.0|^7.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^4.2",
32+
"orchestra/testbench": "^4.2|^5.0",
3333
"phpunit/phpunit": "^8.4"
3434
},
3535
"config": {

0 commit comments

Comments
 (0)