Skip to content

Commit 2ae0a0f

Browse files
committed
fixes #18
1 parent 3e271e7 commit 2ae0a0f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2222
- Nothing
2323

2424

25+
## 1.0.10 - 2017-04-05
26+
27+
### Added
28+
- Backpack/PageManager dependency in composer.json;
2529

2630

2731
## 1.0.9 - 2016-10-30

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"require": {
2020
"illuminate/support": "~5.1",
2121
"php" : "~5.5|~7.0",
22-
"backpack/crud": "^3.0.6"
22+
"backpack/crud": "^3.0.6",
23+
"backpack/pagemanager": "^1.1.0"
2324
},
2425
"require-dev": {
2526
"phpunit/phpunit" : "4.*",

0 commit comments

Comments
 (0)