diff --git a/composer.json b/composer.json index 19b1eb9..33fe5b4 100644 --- a/composer.json +++ b/composer.json @@ -1,25 +1,29 @@ { "name": "cachethq/twitter", - "description": "A Twitter handle parser for Laravel 5 and 6", + "description": "A Twitter handle parser for Laravel 5 till 10", "keywords": ["twitter", "parser", "markdown", "Cachet", "CachetHQ"], "license": "MIT", "authors": [ { "name": "Cachet", "email": "support@cachethq.io" + }, + { + "name": "MonkeySoft", + "email": "hallo@monkeysoft.nl" } ], "require": { - "php": "^7.1.3", - "illuminate/contracts": "^5.5|^6.0", - "illuminate/support": "^5.5|^6.0", - "league/commonmark": "^1.0" + "php": "^7.3 || ^8.0 || ^8.1", + "illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "league/commonmark": "^1.6 || ^2.0 || ^2.1 || ^2.2 || ^2.3 || ^2.4" }, "require-dev": { - "graham-campbell/analyzer": "^2.1", - "graham-campbell/markdown": "^11.0", + "graham-campbell/analyzer": "^3.1", + "graham-campbell/markdown": "^13.1", "graham-campbell/testbench": "^5.1", - "phpunit/phpunit": "^6.5|^7.0|^8.0" + "phpunit/phpunit": "^9.0 || ^10.0" }, "autoload": { "psr-4": {