Skip to content

Commit db836e8

Browse files
committed
sync
1 parent 8c54139 commit db836e8

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

composer.json

+21-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "esyede/rakit",
33
"description": "Rakit Web Framework",
4-
"keywords": ["rakit", "framework"],
4+
"keywords": [
5+
"rakit",
6+
"framework"
7+
],
58
"homepage": "https://rakit.esyede.my.id/",
69
"type": "project",
710
"license": "MIT",
@@ -15,10 +18,12 @@
1518
],
1619
"support": {
1720
"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",
1922
"source": "https://github.com/esyede/rakit"
2023
},
21-
"bin": ["rakit"],
24+
"bin": [
25+
"rakit"
26+
],
2227
"require": {
2328
"php": ">=5.4.0",
2429
"ext-json": "*",
@@ -35,22 +40,28 @@
3540
"phpunit/phpunit-mock-objects": {
3641
"Fix PHP 7 and 8 compatibility": "https://cdn.jsdelivr.net/gh/esyede/phpunit-patches/phpunit_mock_objects.patch"
3742
},
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+
},
3846
"phpunit/phpunit": {
3947
"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"
4150
}
4251
}
4352
},
4453
"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": {
4859
"optimize-autoloader": true,
4960
"preferred-install": "dist",
5061
"allow-plugins": {
5162
"cweagans/composer-patches": true
5263
}
53-
},
54-
"minimum-stability": "dev",
55-
"prefer-stable": true
64+
},
65+
"minimum-stability": "dev",
66+
"prefer-stable": true
5667
}

0 commit comments

Comments
 (0)