Skip to content

Commit 2310cf8

Browse files
committed
Prepare release
1 parent 9386609 commit 2310cf8

File tree

1 file changed

+31
-12
lines changed

1 file changed

+31
-12
lines changed

composer.json

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,39 @@
11
{
2-
"name": "smnandre/mink-playwright-driver",
3-
"description": "A Mink driver powered by Playwright PHP (Chromium/Firefox/WebKit).",
4-
"type": "library",
2+
"name": "playwright-php/playwright-mink",
3+
"description": "Mink driver powered by Playwright PHP (Chromium/Firefox/WebKit).",
54
"license": "MIT",
6-
"repositories": [
5+
"type": "library",
6+
"keywords": [
7+
"php",
8+
"mink",
9+
"mink-driver",
10+
"browser",
11+
"behat",
12+
"mink-extension",
13+
"playwright-php",
14+
"playwright"
15+
],
16+
"authors": [
17+
{
18+
"name": "Simon André",
19+
"email": "[email protected]",
20+
"homepage": "https://github.com/smnandre"
21+
},
722
{
8-
"type": "path",
9-
"url": "../../smnandre/playwrightphp",
10-
"options": {
11-
"symlink": true
12-
}
23+
"name": "Playwright PHP Contributors",
24+
"homepage": "https://github.com/playwright-php"
1325
}
1426
],
27+
"homepage": "https://playwright-php.dev/mink",
1528
"require": {
1629
"php": "^8.3",
17-
"playwright-php/playwright": "dev-main",
1830
"behat/mink": "^1.10",
19-
"symfony/clock": "^7.3"
31+
"playwright-php/playwright": "dev-main",
32+
"symfony/clock": "^7.3 || ^8.0"
2033
},
2134
"require-dev": {
2235
"mink/driver-testsuite": "dev-master",
23-
"phpunit/phpunit": "^8.5.22 || ^9.5.11"
36+
"phpunit/phpunit": "^8.5.22 || ^9.5.11"
2437
},
2538
"autoload": {
2639
"psr-4": {
@@ -31,5 +44,11 @@
3144
"psr-4": {
3245
"PlaywrightPHP\\Mink\\Tests\\": "tests/"
3346
}
47+
},
48+
"extra": {
49+
"thanks": {
50+
"name": "playwright-php/playwright",
51+
"url": "https://github.com/playwright-php/playwright"
52+
}
3453
}
3554
}

0 commit comments

Comments
 (0)