Skip to content

Commit ca7a220

Browse files
authored
Merge pull request #46 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents e4da6f5 + f1fc086 commit ca7a220

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

composer.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
{
2-
"name": "qcod/laravel-app-settings",
3-
"description": "A package with UI to store and manage all the settings for your application",
4-
"homepage": "https://github.com/qcod/laravel-app-settings",
5-
"type": "library",
6-
"license": "MIT",
7-
"keywords": [
8-
"qcod",
9-
"laravel",
10-
"database settings",
11-
"db settings",
12-
"app settings",
13-
"setting ui",
14-
"bootstrap",
15-
"eloquent"
16-
],
17-
"authors": [
18-
{
19-
"name": "Mohd Saqueib Ansari",
20-
"email": "saquibweb@gmail.com"
21-
}
22-
],
23-
"require": {
24-
"php": "^7.3|^8.0",
25-
"laravel/framework": "^6.0|^7.0|^8.0|^9.0",
26-
"qcod/laravel-settings": "^1.1"
27-
},
28-
"require-dev": {
29-
"orchestra/testbench": "4.*|5.*|6.*",
30-
"mockery/mockery": "^0.9.4 || ~1.0",
31-
"phpunit/phpunit": "^8.5"
32-
},
33-
"autoload": {
34-
"psr-4": {
35-
"QCod\\AppSettings\\": "src/"
2+
"name": "qcod/laravel-app-settings",
3+
"description": "A package with UI to store and manage all the settings for your application",
4+
"homepage": "https://github.com/qcod/laravel-app-settings",
5+
"type": "library",
6+
"license": "MIT",
7+
"keywords": [
8+
"qcod",
9+
"laravel",
10+
"database settings",
11+
"db settings",
12+
"app settings",
13+
"setting ui",
14+
"bootstrap",
15+
"eloquent"
16+
],
17+
"authors": [
18+
{
19+
"name": "Mohd Saqueib Ansari",
20+
"email": "saquibweb@gmail.com"
21+
}
22+
],
23+
"require": {
24+
"php": "^7.3|^8.0",
25+
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0",
26+
"qcod/laravel-settings": "^1.1"
3627
},
37-
"files": [
38-
"src/helpers.php"
39-
]
40-
},
41-
"autoload-dev": {
42-
"psr-4": {
43-
"QCod\\AppSettings\\Tests\\": "tests/"
44-
}
45-
},
46-
"extra": {
47-
"laravel": {
48-
"providers": [
49-
"QCod\\AppSettings\\AppSettingsServiceProvider"
50-
],
51-
"aliases": {
52-
"AppSettings": "QCod\\AppSettings\\Facade"
53-
}
28+
"require-dev": {
29+
"orchestra/testbench": "4.*|5.*|6.*|^8.0",
30+
"mockery/mockery": "^0.9.4 || ~1.0",
31+
"phpunit/phpunit": "^8.5|^9.5.10"
32+
},
33+
"autoload": {
34+
"psr-4": {
35+
"QCod\\AppSettings\\": "src/"
36+
},
37+
"files": [
38+
"src/helpers.php"
39+
]
40+
},
41+
"autoload-dev": {
42+
"psr-4": {
43+
"QCod\\AppSettings\\Tests\\": "tests/"
44+
}
45+
},
46+
"extra": {
47+
"laravel": {
48+
"providers": [
49+
"QCod\\AppSettings\\AppSettingsServiceProvider"
50+
],
51+
"aliases": {
52+
"AppSettings": "QCod\\AppSettings\\Facade"
53+
}
54+
}
55+
},
56+
"scripts": {
57+
"test": "vendor/bin/phpunit"
5458
}
55-
},
56-
"scripts": {
57-
"test": "vendor/bin/phpunit"
58-
}
5959
}

0 commit comments

Comments
 (0)