Skip to content

Commit 5b66d89

Browse files
committed
update composer.json
1 parent 3633812 commit 5b66d89

File tree

2 files changed

+3199
-656
lines changed

2 files changed

+3199
-656
lines changed

composer.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
{
2-
"name": "camcima/php-mysql-diff",
2+
"name": "osapon/php-mysql-diff",
33
"type": "project",
4-
"homepage": "https://github.com/camcima/php-mysql-diff",
4+
"homepage": "https://github.com/osapon/php-mysql-diff",
55
"keywords": ["database","diff","mysql","migration","generator","script"],
66
"license": "MIT",
77
"authors": [
88
{
99
"name": "Carlos Cima",
1010
"role": "Developer"
11+
},
12+
{
13+
"name": "osapon",
14+
"role": "Developer"
1115
}
1216
],
1317
"require": {
14-
"php": ">5.6",
15-
"symfony/console": "^3.0"
18+
"php": ">7.4",
19+
"symfony/console": "^5.4"
1620
},
1721
"require-dev": {
18-
"phpunit/phpunit": "^5.3",
19-
"fabpot/php-cs-fixer": "^1.11"
22+
"phpunit/phpunit": "^9.5",
23+
"friendsofphp/php-cs-fixer": "^3.6"
2024
},
2125
"autoload": {
2226
"psr-4": {

0 commit comments

Comments
 (0)