diff --git a/README.md b/README.md index 1049301..0fb33f7 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/composer.json b/composer.json index c894b3b..31fdf59 100644 --- a/composer.json +++ b/composer.json @@ -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": {