Skip to content

Commit 5208f2a

Browse files
committed
fix(): normalize composer.json
1 parent c191256 commit 5208f2a

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

composer.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"name": "magicalex/write-ini-file",
3-
"description": "Write-ini-file php library for create, remove, erase, add, and update ini file",
4-
"keywords": ["file", "ini", "write", "write_ini_file"],
5-
"license": "GPL-3.0",
63
"type": "library",
4+
"description": "Write-ini-file php library for create, remove, erase, add, and update ini file",
5+
"keywords": [
6+
"file",
7+
"ini",
8+
"write",
9+
"write_ini_file"
10+
],
711
"homepage": "https://github.com/Magicalex/WriteIniFile",
12+
"license": "GPL-3.0",
813
"authors": [
914
{
1015
"name": "Magicalex",
@@ -14,15 +19,15 @@
1419
"require": {
1520
"php": ">=5.6.1"
1621
},
22+
"require-dev": {
23+
"php-coveralls/php-coveralls": "2.1.0",
24+
"phpunit/phpunit": "^7"
25+
},
1726
"autoload": {
1827
"psr-4": {
1928
"WriteiniFile\\": "src"
2029
}
2130
},
22-
"require-dev": {
23-
"phpunit/phpunit": "^7",
24-
"php-coveralls/php-coveralls": "2.1.0"
25-
},
2631
"scripts": {
2732
"test": [
2833
"rm tests/file_ini/*_test.ini",

0 commit comments

Comments
 (0)