Skip to content

Commit 8cfc7a2

Browse files
committed
Fix version incompatibility between Puli and json-schema
1 parent 1c5738f commit 8cfc7a2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Change Log
22

33

4+
## 0.6.4 - 2016-01-07
5+
6+
### Fixed
7+
8+
- Puli [not working](https://twitter.com/PuliPHP/status/685132540588507137) with the latest json-schema
9+
10+
11+
## 0.6.3 - 2016-01-04
12+
13+
### Changed
14+
15+
- Adjust Puli dependencies
16+
17+
418
## 0.6.2 - 2016-01-04
519

620
### Changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"php": "^5.4|7.*",
1515
"puli/composer-plugin": "~1.0.0-beta8",
1616
"puli/discovery": "1.0.0-beta8",
17-
"puli/cli": "~1.0.0-beta9@dev"
17+
"puli/cli": "~1.0.0-beta9@dev",
18+
"justinrainbow/json-schema": "<1.5"
1819
},
1920
"require-dev": {
2021
"php-http/httplug": "1.0.0-beta",

0 commit comments

Comments
 (0)