Skip to content

Commit

Permalink
Laravel 7 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
tzsk committed Mar 6, 2020
1 parent 146ac16 commit af99543
Show file tree
Hide file tree
Showing 4 changed files with 4,728 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
vendor/
composer.lock
.phpunit.result.cache
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Updates should follow the [Keep a CHANGELOG](http:https://keepachangelog.com/) princip

## NEXT - Very Soon

## 4.0.0 - 2020-03-06

- Laravel 7 Support
- Dependancy updates

### Added

- Laravel 6 Support
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tzsk/collage",
"type": "library",
"description": "Generate Image Collage with Laravel 5",
"description": "Generate Image Collage with Laravel",
"keywords": [
"tzsk",
"collage",
Expand All @@ -21,14 +21,14 @@
}
],
"require": {
"illuminate/support": "~5.7|~5.8|^6.0",
"illuminate/support": "~5.7|~5.8|^6.0|^7.0",
"intervention/image": "~2.5",
"php" : "~7.2"
"php" : "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^3.0",
"orchestra/testbench": "~3.7|~3.8|^4.0"
"orchestra/testbench": "~3.7|~3.8|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit af99543

Please sign in to comment.