We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e271e7 commit 2ae0a0fCopy full SHA for 2ae0a0f
CHANGELOG.md
@@ -22,6 +22,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
22
- Nothing
23
24
25
+## 1.0.10 - 2017-04-05
26
+
27
+### Added
28
+- Backpack/PageManager dependency in composer.json;
29
30
31
## 1.0.9 - 2016-10-30
composer.json
@@ -19,7 +19,8 @@
19
"require": {
20
"illuminate/support": "~5.1",
21
"php" : "~5.5|~7.0",
- "backpack/crud": "^3.0.6"
+ "backpack/crud": "^3.0.6",
+ "backpack/pagemanager": "^1.1.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
0 commit comments