Skip to content

Commit 0755c43

Browse files
author
Eric Bus
committed
Small typo in composer.json
1 parent ddbf0ac commit 0755c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "websight/yii2-sybase",
3-
"description": "Schema support for Sybase database, tested with SQL Anywhere 12.0.",
3+
"description": "Yii2 schema support for Sybase database, tested with SQL Anywhere 12.0.",
44
"keywords": ["sybase"],
55
"license" : "BSD-3-Clause-Attribution",
66
"support": {
@@ -14,8 +14,8 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.4.0"
18-
"yiisoft/yii2": ">=2.0.6",
17+
"php": ">=5.4.0",
18+
"yiisoft/yii2": ">=2.0.6"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)