Skip to content

Commit 8adbdf5

Browse files
committed
Add VERSION and composer.lock file, update readme, release 0.1.3
1 parent 356b64c commit 8adbdf5

File tree

5 files changed

+189
-13
lines changed

5 files changed

+189
-13
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/composer.lock
21
/vendor
32
/README.html
43
/dist
54
/bin/phar-php-sqllint.php
6-
VERSION

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2016-10-09 Christian Weiske <[email protected]>
2+
3+
* Use latest phpmyadmin/sql-parser lib
4+
* Release 0.1.3

README.rst

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,27 +76,20 @@ Download
7676
The download files are equipped with all dependencies.
7777
Just download and run.
7878

79-
Version 0.1.1, 2016-04-14
79+
.. LATESTRELEASE
8080
81-
- `php-sqllint-0.1.1.bz2.phar <http://cweiske.de/download/php-sqllint/php-sqllint-0.1.1.bz2.phar>`__
82-
83-
- 178 kiB
84-
- SHA256: ``c1902d79636e112715682260c21980ac51059688b7fb1a8eda4a8ca70226e56b``
85-
- `php-sqllint-0.1.1.phar <http://cweiske.de/download/php-sqllint/php-sqllint-0.1.1.phar>`__
86-
87-
- 621 kiB
88-
- SHA256: ``2665a0c1cf8997c326a90ebded5a7848a1d60506d98158b391a8e546afa2ca20``
81+
See `php-sqllint downloads page <http://cweiske.de/php-sqllint-download.htm>`_
82+
for all released versions.
8983

9084

9185
============
9286
Dependencies
9387
============
9488
- PEAR's `Console_Commandline`__
95-
- `phpMyAdmin's SqlParser`__, which is used by `phpMyAdmin`__
89+
- `phpMyAdmin's SqlParser`__
9690

9791
__ http://pear.php.net/package/Console_CommandLine
9892
__ https://github.com/phpmyadmin/sql-parser
99-
__ https://www.phpmyadmin.net/
10093

10194

10295
Dependency installation

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.3

composer.lock

Lines changed: 180 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)