Skip to content

Commit ffceb20

Browse files
committed
removed php requirement from composer.json
1 parent 1a4a6f0 commit ffceb20

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,18 @@ All Notable changes to `Backpack CRUD` will be documented in this file
2020
- Nothing
2121

2222

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+
2329
## [3.0.8] - 2016-08-05
2430

2531
### Added
2632
- automatic route names for all CRUD::resource() routes;
2733

34+
2835
## [3.0.7] - 2016-08-05
2936

3037
### Added

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
}
2323
],
2424
"require": {
25-
"illuminate/support": "~5.1",
26-
"php" : ">=5.3.0",
2725
"backpack/base": "^0.6.7",
2826
"laravelcollective/html": "~5.0",
2927
"barryvdh/laravel-elfinder": "^0.3.5",

0 commit comments

Comments
 (0)