Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #319 from alexander-schranz/feature/symfony-support
Browse files Browse the repository at this point in the history
Fix symfony requirement for css selector
  • Loading branch information
mburak authored Mar 8, 2018
2 parents 4669415 + d1a960a commit 78eb064
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,217 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
composer.phar
composer.lock
/vendor/
*.ignored
**/IgnoredTest.php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}],
"require": {
"php": "^5.4 || ^7.0",
"symfony/css-selector": "2.8.*",
"symfony/css-selector": "^2.8 || ^3.0",
"facebook/graph-sdk": "~5.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 78eb064

Please sign in to comment.