Skip to content

Commit

Permalink
php 7.3 and above support now
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Stadnik committed Aug 28, 2020
1 parent dbd719b commit 4a51ba8
Show file tree
Hide file tree
Showing 3 changed files with 1,748 additions and 1,778 deletions.
30 changes: 0 additions & 30 deletions Traits/SimpleHtmlDomServiceTrait.php

This file was deleted.

12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "2.* || 3.* || 4.*",
"symfony/finder": "2.* || 3.* || 4.*",
"symfony/yaml": "2.* || 3.* || 4.*",
"symfony/form": "2.* || 3.* || 4.*",
"symfony/browser-kit": "2.* || 3.* || 4.*"
"php": ">=7.2.5",
"symfony/framework-bundle": "4.* || 5.*",
"symfony/finder": "4.* || 5.*",
"symfony/yaml": "4.* || 5.*",
"symfony/form": "4.* || 5.*",
"symfony/browser-kit": "4.* || 5.*"
},
"minimum-stability": "dev",
"autoload": {
Expand Down
Loading

0 comments on commit 4a51ba8

Please sign in to comment.