diff --git a/composer.json b/composer.json index 8337698..0743c66 100644 --- a/composer.json +++ b/composer.json @@ -1,56 +1,56 @@ { - "name": "qcod/laravel-gamify", - "description": "Add gamification in laravel app with reputation point and badges support", - "homepage": "https://github.com/qcod/laravel-gamify", - "type": "library", - "license": "MIT", - "keywords": [ - "qcod", - "laravel", - "achivement", - "gamify", - "gamification", - "reputation", - "points", - "badge", - "reward" - ], - "authors": [ - { - "name": "Mohd Saqueib Ansari", - "email": "saquibweb@gmail.com" - } - ], - "require": { - "php": "^7.3|^8.0", - "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0" - }, - "require-dev": { - "orchestra/testbench": "~3.8|^4.0|^5.0|^7.0", - "mockery/mockery": "^0.9.4 || ~1.0", - "phpunit/phpunit": "~8.5|^9.0" - }, - "autoload": { - "psr-4": { - "QCod\\Gamify\\": "src/" + "name": "qcod/laravel-gamify", + "description": "Add gamification in laravel app with reputation point and badges support", + "homepage": "https://github.com/qcod/laravel-gamify", + "type": "library", + "license": "MIT", + "keywords": [ + "qcod", + "laravel", + "achivement", + "gamify", + "gamification", + "reputation", + "points", + "badge", + "reward" + ], + "authors": [ + { + "name": "Mohd Saqueib Ansari", + "email": "saquibweb@gmail.com" + } + ], + "require": { + "php": "^7.3|^8.0", + "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0" }, - "files": [ - "src/helpers.php" - ] - }, - "autoload-dev": { - "psr-4": { - "QCod\\Gamify\\Tests\\": "tests/" - } - }, - "extra": { - "laravel": { - "providers": [ - "QCod\\Gamify\\GamifyServiceProvider" - ] + "require-dev": { + "orchestra/testbench": "~3.8|^4.0|^5.0|^7.0|^8.0", + "mockery/mockery": "^0.9.4 || ~1.0", + "phpunit/phpunit": "~8.5|^9.0" + }, + "autoload": { + "psr-4": { + "QCod\\Gamify\\": "src/" + }, + "files": [ + "src/helpers.php" + ] + }, + "autoload-dev": { + "psr-4": { + "QCod\\Gamify\\Tests\\": "tests/" + } + }, + "extra": { + "laravel": { + "providers": [ + "QCod\\Gamify\\GamifyServiceProvider" + ] + } + }, + "scripts": { + "test": "vendor/bin/phpunit" } - }, - "scripts": { - "test": "vendor/bin/phpunit" - } }