Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Oct 4, 2018
1 parent 6e78113 commit 87496bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-blade-x` will be documented in this file

## 1.2.2 - 2018-10-04

- remove unnecessary dependencies `symfony/css-selector` and `symfony/dom-crawler`

## 1.2.1 - 2018-10-04

- fix test
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
],
"require": {
"php": "^7.2",
"illuminate/view": "~5.5.0|~5.6.0|~5.7.0",
"symfony/css-selector": "^4.1",
"symfony/dom-crawler": "^4.1"
"illuminate/view": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
Expand Down

0 comments on commit 87496bf

Please sign in to comment.