Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Support for Laravel 7
Browse files Browse the repository at this point in the history
- update dependencies
  • Loading branch information
percymamedy committed Jul 2, 2020
1 parent 52f9fde commit a70ac35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Mango Repo is open-sourced software licensed under the [MIT license](http://open
5.7.x | 0.3.x
5.8.x | 0.4.x
6.x | 1.x
7.x | 2.x

### Installation
Install Mango Repo as you would with any other dependency managed by Composer:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "^6.0",
"larachimp/pine-annotations": "^1.0"
"illuminate/support": "^7.0",
"larachimp/pine-annotations": "^2.0"
},
"require-dev": {
"mockery/mockery": "^1.1",
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.4|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a70ac35

Please sign in to comment.