Skip to content

Commit

Permalink
Package yosymfony/parser-utils has been updated to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yosymfony committed Jun 29, 2018
1 parent 54836f2 commit 23c81b1
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 115 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
CHANGELOG
=========
1.0.2
-----
1.0.2 (2018-06-29)
------------------
* Fixed the bug #23: "Unable to parse ArrayTables that contain Tables".
* A new class `KeyStore` has been added to deal with the logic of the keys (keys, tables and array of tables).
* Package `yosymfony/parser-utils` has been updated to 2.0.0.

1.0.1 (2018-02-05)
------------------
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,6 @@ Unit tests
----------
You can run the unit tests with the following command:

```bash
$ cd toml
$ phpunit
```

or

```bash
$ cd toml
$ composer test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": ">=7.1",
"yosymfony/parser-utils": "^1.0"
"yosymfony/parser-utils": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
Expand Down
162 changes: 58 additions & 104 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 23c81b1

Please sign in to comment.