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 a2a743f commit cb6d3ebCopy full SHA for cb6d3eb
CHANGELOG.md
@@ -19,6 +19,11 @@ All Notable changes to `Backpack Generators` will be documented in this file
19
### Security
20
- Nothing
21
22
+## 1.2.5 - 2018-11-22
23
+
24
+## Added
25
+- support for Backpack/Base 1.0.0
26
27
## 1.2.4 - 2018-08-27
28
29
### Removed
composer.json
@@ -19,7 +19,7 @@
}
],
"require": {
- "backpack/base": "^0.9.0"
+ "backpack/base": "0.9.*|1.0.*"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
0 commit comments