|
1 | 1 | {
|
2 | 2 | "name": "esyede/rakit",
|
3 | 3 | "description": "Rakit Web Framework",
|
4 |
| - "keywords": ["rakit", "framework"], |
| 4 | + "keywords": [ |
| 5 | + "rakit", |
| 6 | + "framework" |
| 7 | + ], |
5 | 8 | "homepage": "https://rakit.esyede.my.id/",
|
6 | 9 | "type": "project",
|
7 | 10 | "license": "MIT",
|
|
15 | 18 | ],
|
16 | 19 | "support": {
|
17 | 20 | "issues": "https://github.com/esyede/rakit/issues?state=open",
|
18 |
| - "forum": "https://rakit.esyede.my.id/forum/", |
| 21 | + "forum": "https://github.com/esyede/rakit/discussions", |
19 | 22 | "source": "https://github.com/esyede/rakit"
|
20 | 23 | },
|
21 |
| - "bin": ["rakit"], |
| 24 | + "bin": [ |
| 25 | + "rakit" |
| 26 | + ], |
22 | 27 | "require": {
|
23 | 28 | "php": ">=5.4.0",
|
24 | 29 | "ext-json": "*",
|
|
35 | 40 | "phpunit/phpunit-mock-objects": {
|
36 | 41 | "Fix PHP 7 and 8 compatibility": "https://cdn.jsdelivr.net/gh/esyede/phpunit-patches/phpunit_mock_objects.patch"
|
37 | 42 | },
|
| 43 | + "phpunit/php-file-iterator": { |
| 44 | + "Fix PHP 8.1 compatibility": "https://cdn.jsdelivr.net/gh/esyede/phpunit-patches/phpunit_path_file_iterator.patch" |
| 45 | + }, |
38 | 46 | "phpunit/phpunit": {
|
39 | 47 | "Fix PHP 7 compatibility": "https://cdn.jsdelivr.net/gh/esyede/phpunit-patches/phpunit_php7.patch",
|
40 |
| - "Fix PHP 8 compatibility": "https://cdn.jsdelivr.net/gh/esyede/phpunit-patches/phpunit_php8.patch" |
| 48 | + "Fix PHP 8 compatibility": "https://cdn.jsdelivr.net/gh/esyede/phpunit-patches/phpunit_php8.patch", |
| 49 | + "Fix PHP 8.1 compatibility": "https://cdn.jsdelivr.net/gh/esyede/phpunit-patches/phpunit_php81.patch" |
41 | 50 | }
|
42 | 51 | }
|
43 | 52 | },
|
44 | 53 | "scripts": {
|
45 |
| - "post-create-project-cmd": ["@php rakit key:generate"] |
46 |
| - }, |
47 |
| - "config": { |
| 54 | + "post-create-project-cmd": [ |
| 55 | + "@php rakit key:generate" |
| 56 | + ] |
| 57 | + }, |
| 58 | + "config": { |
48 | 59 | "optimize-autoloader": true,
|
49 | 60 | "preferred-install": "dist",
|
50 | 61 | "allow-plugins": {
|
51 | 62 | "cweagans/composer-patches": true
|
52 | 63 | }
|
53 |
| - }, |
54 |
| - "minimum-stability": "dev", |
55 |
| - "prefer-stable": true |
| 64 | + }, |
| 65 | + "minimum-stability": "dev", |
| 66 | + "prefer-stable": true |
56 | 67 | }
|
0 commit comments