Skip to content

Commit 879602b

Browse files
committed
minor #980 [Agent][Scraper] Require masterminds/html5 ^2.8 for CI lowest (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Agent][Scraper] Require `masterminds/html5` ^2.8 for CI lowest | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | Follows #969 | License | MIT The Scraper tool tests require a newer version of masterminds/html5 to work correctly in the monorepo CI environment. Version 2.8 handles directory traversal more gracefully. Commits ------- 1fb5cb8 Require masterminds/html5 ^2.8 for ScraperTest compatibility
2 parents f694137 + 1fb5cb8 commit 879602b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/agent/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"symfony/type-info": "^7.3|^8.0"
3434
},
3535
"require-dev": {
36+
"masterminds/html5": "^2.8",
3637
"mrmysql/youtube-transcript": "^0.0.5",
3738
"nyholm/psr7": "^1.8",
3839
"php-http/discovery": "^1.19",

0 commit comments

Comments
 (0)