You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,10 @@ An elegant lightweight and efficient SQL Query Builder with fluid interface SQL
49
49
50
50
<aname="block1"></a>
51
51
## 1. Installation [↑](#index_block)
52
-
The recommended way to install SQL Query Builder is through [Composer](http://getcomposer.org). Just create a ``composer.json`` file and run the ``php composer.phar install`` command to install it:
53
-
54
-
```json
55
-
{
56
-
"require": {
57
-
"nilportugues/sql-query-builder": "1.0.1"
58
-
}
59
-
}
52
+
The recommended way to install the SQL Query Builder is through [Composer](http://getcomposer.org). Run the following command to install it:
0 commit comments