Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d32725

Browse files
committed
Merge branch 'master' into svnsync
1 parent d28f5c6 commit 4d32725

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"creator",
99
"MySQL"
1010
],
11-
"homepage" : "http://code.google.com/p/php-sql-parser/",
11+
"homepage" : "https://github.com/greenlion/PHP-SQL-Parser",
1212
"license" : "BSD-3-Clause",
1313
"authors" : [{
1414
"name" : "Justin Swanhart",
@@ -23,8 +23,8 @@
2323
}
2424
],
2525
"support" : {
26-
"issues" : "http://code.google.com/p/php-sql-parser/issues/list",
27-
"source" : "http://php-sql-parser.googlecode.com/svn/trunk/"
26+
"issues" : "https://github.com/greenlion/PHP-SQL-Parser/issues",
27+
"source" : "https://github.com/greenlion/PHP-SQL-Parser"
2828
},
2929
"autoload" : {
3030
"psr-0" : {
@@ -38,10 +38,10 @@
3838
},
3939
"require" : {
4040
"php" : ">=5.3.2",
41-
"analog/analog" : "dev-master"
41+
"analog/analog" : "^1.0.6"
4242
},
4343
"require-dev" : {
44-
"squizlabs/php_codesniffer" : ">=1.5.1",
45-
"phpunit/phpunit" : ">=4.0.14"
44+
"squizlabs/php_codesniffer" : "^1.5.1",
45+
"phpunit/phpunit" : "^4.0.14"
4646
}
4747
}

0 commit comments

Comments
 (0)