Skip to content

Commit

Permalink
Undescore in url is valid, use symfony url validator
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljurecko committed Nov 30, 2020
1 parent d489c24 commit 31c8395
Show file tree
Hide file tree
Showing 4 changed files with 586 additions and 87 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
"keboola/php-temp": "^1.0",
"guzzlehttp/oauth-subscriber": "^0.2",
"guzzlehttp/cache-subscriber": "dev-master#aaab195",
"guzzlehttp/retry-subscriber": "dev-master#270393c"
"guzzlehttp/retry-subscriber": "dev-master#270393c",
"symfony/validator": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"squizlabs/php_codesniffer": "^3.0",
"phpstan/phpstan": "^0.7"
"phpstan/phpstan": "^0.8"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 31c8395

Please # to comment.