|
1 | 1 | {
|
2 | 2 | "name": "aplus/framework",
|
3 |
| - "type": "library", |
4 | 3 | "description": "Aplus Framework",
|
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
5 | 6 | "keywords": [
|
6 | 7 | "aplus",
|
7 | 8 | "framework"
|
8 | 9 | ],
|
9 |
| - "homepage": "https://aplus-framework.com", |
10 |
| - "license": "MIT", |
11 | 10 | "authors": [
|
12 | 11 | {
|
13 | 12 | "name": "Natan Felles",
|
14 | 13 | "email": "natanfelles@gmail.com",
|
15 | 14 | "homepage": "https://natanfelles.github.io"
|
16 | 15 | }
|
17 | 16 | ],
|
| 17 | + "homepage": "https://aplus-framework.com/packages/framework", |
| 18 | + "support": { |
| 19 | + "email": "support@aplus-framework.com", |
| 20 | + "issues": "https://gitlab.com/aplus-framework/framework/issues", |
| 21 | + "forum": "https://aplus-framework.com/forum", |
| 22 | + "source": "https://gitlab.com/aplus-framework/framework", |
| 23 | + "docs": "https://docs.aplus-framework.com/guides/framework/" |
| 24 | + }, |
| 25 | + "funding": [ |
| 26 | + { |
| 27 | + "type": "Aplus Sponsor", |
| 28 | + "url": "https://aplus-framework.com/sponsor" |
| 29 | + } |
| 30 | + ], |
18 | 31 | "require": {
|
19 | 32 | "php": ">=8.0",
|
20 | 33 | "aplus/crypto": "dev-master",
|
|
25 | 38 | },
|
26 | 39 | "require-dev": {
|
27 | 40 | "ext-xdebug": "*",
|
28 |
| - "aplus/coding-standard": "^1.11", |
29 |
| - "ergebnis/composer-normalize": "^2.15", |
30 |
| - "phpmd/phpmd": "^2.10", |
| 41 | + "aplus/coding-standard": "^1.12", |
| 42 | + "ergebnis/composer-normalize": "^2.18", |
| 43 | + "phpmd/phpmd": "^2.11", |
31 | 44 | "phpstan/phpstan": "^0.12",
|
32 | 45 | "phpunit/phpunit": "^9.5"
|
33 | 46 | },
|
34 |
| - "config": { |
35 |
| - "optimize-autoloader": true, |
36 |
| - "preferred-install": "dist", |
37 |
| - "sort-packages": true |
38 |
| - }, |
| 47 | + "minimum-stability": "dev", |
| 48 | + "prefer-stable": true, |
39 | 49 | "autoload": {
|
40 | 50 | "classmap": [
|
41 | 51 | "src/Aplus.php"
|
|
46 | 56 | "Tests\\": "tests"
|
47 | 57 | }
|
48 | 58 | },
|
49 |
| - "minimum-stability": "dev", |
50 |
| - "prefer-stable": true, |
51 |
| - "support": { |
52 |
| - "email": "support@aplus-framework.com", |
53 |
| - "issues": "https://gitlab.com/aplus-framework/framework/issues", |
54 |
| - "wiki": "https://gitlab.com/aplus-framework/framework/wikis/home", |
55 |
| - "source": "https://gitlab.com/aplus-framework/framework", |
56 |
| - "docs": "https://docs.aplus-framework.com" |
| 59 | + "config": { |
| 60 | + "optimize-autoloader": true, |
| 61 | + "preferred-install": "dist", |
| 62 | + "sort-packages": true |
57 | 63 | }
|
58 | 64 | }
|
0 commit comments