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 1a4a6f0 commit ffceb20Copy full SHA for ffceb20
CHANGELOG.md
@@ -20,11 +20,18 @@ All Notable changes to `Backpack CRUD` will be documented in this file
20
- Nothing
21
22
23
+## [3.0.9] - 2016-08-09
24
+
25
+### Removed
26
+- PHP dependency, since it's already settled in Backpack\Base, which is a requirement;
27
28
29
## [3.0.8] - 2016-08-05
30
31
### Added
32
- automatic route names for all CRUD::resource() routes;
33
34
35
## [3.0.7] - 2016-08-05
36
37
composer.json
@@ -22,8 +22,6 @@
}
],
"require": {
- "illuminate/support": "~5.1",
- "php" : ">=5.3.0",
"backpack/base": "^0.6.7",
"laravelcollective/html": "~5.0",
"barryvdh/laravel-elfinder": "^0.3.5",
0 commit comments