86 Commits

Author SHA1 Message Date
Leonel Quinteros
45ac0f9820 Test only on supported PHP versions v1.1.1 2019-07-10 18:19:06 -03:00
Leonel Quinteros
45dc29a1e8 Make Travis happy 2019-07-10 18:14:40 -03:00
Leonel Quinteros
60d6d7cbc7
Merge pull request #17 from JochenHeizmann/fix-nested-inline-tables-inside-array
FIXED When using inline tables inside arrays an error was thrown
2019-07-10 18:06:18 -03:00
Jochen Heizmann
0697a70f38 FIXED When using inline tables inside arrays an error was thrown 2019-07-08 02:20:54 +02:00
Leonel Quinteros
33e0157ff3 Handle dotted and quoted keys. v1.1.0 2018-07-03 20:08:35 -03:00
Leonel Quinteros
d24c0d8eea Merge branch 'master' of github.com:leonelquinteros/php-toml v1.0.0 2018-06-19 17:53:11 -03:00
Leonel Quinteros
c3fa72b161 Fix problem with array of arrays. Reimplements parsing to represent tables as objects instead of arrays. Fixes #13 2018-06-19 17:52:49 -03:00
Leonel Quinteros
612a268f9e
Merge pull request #12 from slashome/master
Avoid Unitialized string offset notice message
v0.4.4
2018-04-30 15:23:39 -03:00
slashome
7bd9129e75
Fix wrong condition 2018-04-21 11:43:08 +02:00
Anon Houmous
b201de2bd4 Avoid Unitialized string offset notice message 2018-04-21 11:05:14 +02:00
Leonel Quinteros
1defbe93e7 Fix composer license identifier 2018-01-30 11:46:35 -03:00
Leonel Quinteros
efe540aa7a Merge pull request #9 from lvht/int
fix convert int to float issue
v0.4.3
2017-09-25 10:20:44 -03:00
Leonel Quinteros
fa8ca7c529 Merge pull request #10 from lvht/autoload
add composer autoload
2017-09-25 10:16:58 -03:00
吕海涛
cfb54df529 fix int parser for plus/minus sign 2017-09-25 13:58:37 +08:00
吕海涛
68a0caf664 add composer autoload 2017-09-25 12:29:47 +08:00
吕海涛
784d8c7bf4 fix convert int to float issue 2017-09-25 12:20:14 +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