Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"psr-4": {"SwotPHP\\": "src/"}
},
"require": {
"php": ">=7.2",
"jeremykendall/php-domain-parser": "~1.4"
"php": ">=7.2.5",
"jeremykendall/php-domain-parser": "~5.7"
},
"require-dev": {
"phpunit/phpunit": "^8.4"
Expand Down
Loading