Skip to content

Commit

Permalink
Bump dependencies for Laravel 10 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Mar 6, 2023
1 parent e642db7 commit 6eac881
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 6eac881

Please sign in to comment.