We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5738f commit 8cfc7a2Copy full SHA for 8cfc7a2
CHANGELOG.md
@@ -1,6 +1,20 @@
1
# Change Log
2
3
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
18
## 0.6.2 - 2016-01-04
19
20
### Changed
composer.json
@@ -14,7 +14,8 @@
"php": "^5.4|7.*",
"puli/composer-plugin": "~1.0.0-beta8",
"puli/discovery": "1.0.0-beta8",
- "puli/cli": "~1.0.0-beta9@dev"
+ "puli/cli": "~1.0.0-beta9@dev",
+ "justinrainbow/json-schema": "<1.5"
},
"require-dev": {
21
"php-http/httplug": "1.0.0-beta",
0 commit comments