71 Commits

Author SHA1 Message Date
吕海涛
68a0caf664 add composer autoload 2017-09-25 12:29:47 +08:00
Leonel Quinteros
a24ca62c9e Fix escaping check. Fixes #8 v0.4.2 2017-07-11 10:52:34 -03:00
Leonel Quinteros
32b557a1e6 Remove non supported PHP versions from Travis tests 2017-07-05 18:04:01 -03:00
Leonel Quinteros
2f170a799b Fix Travis setup 2017-07-05 17:59:39 -03:00
Leonel Quinteros
5bc3006f2b Add PHP 7.1 to travis tests 2017-07-05 17:56:15 -03:00
Leonel Quinteros
a9e6a5d99c Add badges 2017-07-05 17:53:36 -03:00
Leonel Quinteros
6de5566463 Update composer file 2017-07-05 17:42:19 -03:00
Leonel Quinteros
fa42ded4ae Improve table names parsing. Fix debug test. 2017-03-15 13:37:46 -03:00
Leonel Quinteros
7b72b61c6a Ignore BOM on TOML files. Fixes #7 2017-03-15 13:11:41 -03:00
Leonel Quinteros
059794c64a Implement inline-table parsing. Fixes issue #5 2016-12-05 20:14:27 -03:00
Leonel Quinteros
0fbef04af1 Merge branch 'master' of github.com:leonelquinteros/php-toml 2016-12-05 18:35:09 -03:00
Leonel Quinteros
fbd93fd889 Fix array of tables parsing. Fixes issue #6 2016-12-05 18:34:00 -03:00
Leonel Quinteros
c924f5c32b Merge pull request #4 from yuloh/patch-1
Update README.md
2016-08-01 15:42:09 -03:00
Matt A
f7d8e1fbf2 Update README.md
Enable syntax highlighting
2016-08-01 12:33:40 -04:00
Leonel Quinteros
97f44b50cd Extend composer tags for packagist 2016-02-24 12:27:17 -03:00
Leonel Quinteros
e0b51e0621 Fix composer file v0.4.1 2016-02-23 12:55:24 -03:00
Leonel Quinteros
cf4261a669 Fix composer file 2016-02-23 12:54:39 -03:00
Leonel Quinteros
2af31711e7 Fix composer file 2016-02-23 12:54:09 -03:00
Leonel Quinteros
21cef5b087 Add composer support 2016-02-23 12:51:24 -03:00
Leonel Quinteros
523d6d4a7e Fix travis test 2016-02-23 12:30:54 -03:00
Leonel Quinteros
05a80bc0bc Fix travis test 2016-02-23 12:24:57 -03:00
Leonel Quinteros
551d27ac9a Fix travis test 2016-02-23 12:18:33 -03:00
Leonel Quinteros
5019f3562b Add travis test support. Fix small issue with strings parsing. 2016-02-23 12:04:44 -03:00
Leonel Quinteros
cdca884001 Merge branch 'master' of github.com:leonelquinteros/php-toml 2016-02-23 11:32:49 -03:00
Leonel Quinteros
1f7c3a358b Add travis support 2016-02-23 11:32:34 -03:00
Leonel Quinteros
f3dd622363 Update version comment on class file to match v0.4.0 2016-02-23 11:29:02 -03:00
Leonel Quinteros
808575d680 Merge pull request #3 from jakwings/patch-1
Fix Boolean
2016-01-11 07:49:27 -03:00
J.W
49fbafbba7 Fix Boolean 2016-01-11 18:37:44 +08:00
Leonel Quinteros
bcad78fafa Improve toml-test response interface v0.4.0 2015-03-27 20:43:13 -03:00
Leonel Quinteros
3b57a3c42a Throw exception on invalid table names 2015-03-27 20:32:03 -03:00
Leonel Quinteros
083c98ae75 Improve table name parser. 2015-03-27 20:18:11 -03:00
Leonel Quinteros
cb55cb81e7 Fix table-whitespace test 2015-03-27 20:11:59 -03:00
Leonel Quinteros
9528986998 Fixed response value for toml-test 2015-03-27 19:39:13 -03:00
Leonel Quinteros
7bf1108480 Fix toml-test interface types. Added parser fixes. 2015-03-27 19:32:21 -03:00
Leonel Quinteros
bf49367b2c Test fixes 2015-03-27 19:13:43 -03:00
Leonel Quinteros
0f4f19522e Remove debug prints 2015-03-27 18:23:53 -03:00
Leonel Quinteros
0e8a3b98f8 README mention about support for github.com/BurntSushi/toml-test 2015-03-27 15:35:54 -03:00
Leonel Quinteros
7f8311ffca Added support for github.com/BurntSushi/toml-test 2015-03-27 15:29:26 -03:00
Leonel Quinteros
2fb5908103 Add support for TOML version 0.4.0 2015-03-27 13:46:10 -03:00
Leonel Quinteros
1c3eafd203 Extended example v0.4.0 2015-02-18 11:08:56 -02:00
Leonel Quinteros
b2e3bf551c Renamed source file and help for special environments 2014-11-11 12:07:14 -02:00
Leonel Quinteros
f805a8a68a Refactoring. Initial support for v0.3.0 2014-11-11 11:15:42 -02:00
Leonel Quinteros
5f9260a262 DateTime object support 2014-11-10 20:32:17 -02:00
Leonel Quinteros
a11556f488 Add LICENSE file 2014-11-10 20:24:36 -02:00
Leonel Quinteros
d773f3cdfd Merge branch 'master' of github.com:leonelquinteros/php-toml 2014-11-10 20:23:00 -02:00
Leonel Quinteros
562a750034 Support for version 0.2.0 2014-11-10 20:22:40 -02:00
Leonel Quinteros
e9f1754a00 Supports for version 0.2.0 2014-11-10 20:21:44 -02:00
Leonel Quinteros
f10a8a6452 Match version to TOML spec version v0.1.0 2013-04-24 14:41:11 -03:00
Leonel Quinteros
9c01b3c678 Version support 2013-04-24 13:35:33 -03:00
Leonel Quinteros
daf0b2b839 Improved Readme file 2013-03-17 18:46:31 -03:00