Skip to content

Commit

Permalink
Merge branch '1.2' into 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ianef committed Jun 18, 2024
2 parents d5280e5 + 18c8425 commit ecf7ad5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "chrome-php/chrome",
"name": "ianef/chrome",
"description": "Instrument headless chrome/chromium instances from PHP",
"keywords": ["chrome", "chromium", "crawl", "browser", "headless", "screenshot", "pdf", "puppeteer"],
"license": "MIT",
Expand All @@ -21,14 +21,14 @@
"evenement/evenement": "^3.0.1",
"monolog/monolog": "^1.27.1 || ^2.8 || ^3.2",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/filesystem": "^4.4 || ^5.0 || ^6.0",
"symfony/filesystem": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"symfony/polyfill-mbstring": "^1.26",
"symfony/process": "^4.4 || ^5.0 || ^6.0"
"symfony/process": "^3.4 || ^4.4 || ^5.0 || ^6.0"
},
"require-dev":{
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^9.6.3 || ^10.0.12",
"symfony/var-dumper": "^4.4 || ^5.0 || ^6.0"
"symfony/var-dumper": "^3.4 || ^4.4 || ^5.0 || ^6.0"
},
"autoload":{
"psr-4" : {
Expand Down

0 comments on commit ecf7ad5

Please sign in to comment.