Skip to content

Commit 6eac881

Browse files
Bump dependencies for Laravel 10 (#55)
1 parent e642db7 commit 6eac881

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

composer.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
{
2-
"name": "qcod/laravel-gamify",
3-
"description": "Add gamification in laravel app with reputation point and badges support",
4-
"homepage": "https://github.com/qcod/laravel-gamify",
5-
"type": "library",
6-
"license": "MIT",
7-
"keywords": [
8-
"qcod",
9-
"laravel",
10-
"achivement",
11-
"gamify",
12-
"gamification",
13-
"reputation",
14-
"points",
15-
"badge",
16-
"reward"
17-
],
18-
"authors": [
19-
{
20-
"name": "Mohd Saqueib Ansari",
21-
"email": "saquibweb@gmail.com"
22-
}
23-
],
24-
"require": {
25-
"php": "^7.3|^8.0",
26-
"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"
27-
},
28-
"require-dev": {
29-
"orchestra/testbench": "~3.8|^4.0|^5.0|^7.0",
30-
"mockery/mockery": "^0.9.4 || ~1.0",
31-
"phpunit/phpunit": "~8.5|^9.0"
32-
},
33-
"autoload": {
34-
"psr-4": {
35-
"QCod\\Gamify\\": "src/"
2+
"name": "qcod/laravel-gamify",
3+
"description": "Add gamification in laravel app with reputation point and badges support",
4+
"homepage": "https://github.com/qcod/laravel-gamify",
5+
"type": "library",
6+
"license": "MIT",
7+
"keywords": [
8+
"qcod",
9+
"laravel",
10+
"achivement",
11+
"gamify",
12+
"gamification",
13+
"reputation",
14+
"points",
15+
"badge",
16+
"reward"
17+
],
18+
"authors": [
19+
{
20+
"name": "Mohd Saqueib Ansari",
21+
"email": "saquibweb@gmail.com"
22+
}
23+
],
24+
"require": {
25+
"php": "^7.3|^8.0",
26+
"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"
3627
},
37-
"files": [
38-
"src/helpers.php"
39-
]
40-
},
41-
"autoload-dev": {
42-
"psr-4": {
43-
"QCod\\Gamify\\Tests\\": "tests/"
44-
}
45-
},
46-
"extra": {
47-
"laravel": {
48-
"providers": [
49-
"QCod\\Gamify\\GamifyServiceProvider"
50-
]
28+
"require-dev": {
29+
"orchestra/testbench": "~3.8|^4.0|^5.0|^7.0|^8.0",
30+
"mockery/mockery": "^0.9.4 || ~1.0",
31+
"phpunit/phpunit": "~8.5|^9.0"
32+
},
33+
"autoload": {
34+
"psr-4": {
35+
"QCod\\Gamify\\": "src/"
36+
},
37+
"files": [
38+
"src/helpers.php"
39+
]
40+
},
41+
"autoload-dev": {
42+
"psr-4": {
43+
"QCod\\Gamify\\Tests\\": "tests/"
44+
}
45+
},
46+
"extra": {
47+
"laravel": {
48+
"providers": [
49+
"QCod\\Gamify\\GamifyServiceProvider"
50+
]
51+
}
52+
},
53+
"scripts": {
54+
"test": "vendor/bin/phpunit"
5155
}
52-
},
53-
"scripts": {
54-
"test": "vendor/bin/phpunit"
55-
}
5656
}

0 commit comments

Comments
 (0)