-
-
Notifications
You must be signed in to change notification settings - Fork 235
PHP 8.5 and Symfony 8 compatibility, remove EOLed versions #682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| $header = <<<'HEADER' | ||
| This file is part of the Panther project. | ||
|
|
||
| (c) Kévin Dunglas <[email protected]> | ||
| (c) Kévin Dunglas <[email protected]> | ||
|
|
||
| For the full copyright and license information, please view the LICENSE | ||
| file that was distributed with this source code. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,33 +14,33 @@ | |
| "authors": [ | ||
| { | ||
| "name": "Kévin Dunglas", | ||
| "email": "[email protected]", | ||
| "homepage": "https://dunglas.fr" | ||
| "email": "[email protected]", | ||
| "homepage": "https://dunglas.dev" | ||
| }, | ||
| { | ||
| "name": "Symfony Community", | ||
| "homepage": "https://symfony.com/contributors" | ||
| } | ||
| ], | ||
| "homepage": "https://dunglas.fr", | ||
| "homepage": "https://symfony.com/packages/Panther", | ||
| "require": { | ||
| "php": ">=8.0", | ||
| "php": ">=8.1", | ||
| "ext-dom": "*", | ||
| "ext-libxml": "*", | ||
| "php-webdriver/webdriver": "^1.8.2", | ||
| "symfony/browser-kit": "^5.4 || ^6.4 || ^7.0", | ||
| "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0", | ||
| "symfony/browser-kit": "^6.4 || ^7.3 || ^8.0", | ||
| "symfony/dependency-injection": "^6.4 || ^7.3 || ^8.0", | ||
| "symfony/deprecation-contracts": "^2.4 || ^3", | ||
| "symfony/dom-crawler": "^5.4 || ^6.4 || ^7.0", | ||
| "symfony/dom-crawler": "^6.4 || ^7.3 || ^8.0", | ||
| "symfony/http-client": "^6.4 || ^7.0", | ||
| "symfony/http-kernel": "^5.4 || ^6.4 || ^7.0", | ||
| "symfony/process": "^5.4 || ^6.4 || ^7.0" | ||
| "symfony/http-kernel": "^6.4 || ^7.3 || ^8.0", | ||
| "symfony/process": "^6.4 || ^7.3 || ^8.0" | ||
| }, | ||
| "require-dev": { | ||
| "symfony/css-selector": "^5.4 || ^6.4 || ^7.0", | ||
| "symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0", | ||
| "symfony/mime": "^5.4 || ^6.4 || ^7.0", | ||
| "symfony/phpunit-bridge": "^7.2.0" | ||
| "symfony/css-selector": "^6.4 || ^7.3 || ^8.0", | ||
| "symfony/framework-bundle": "^6.4 || ^7.3 || ^8.0", | ||
| "symfony/mime": "^6.4 || ^7.3 || ^8.0", | ||
| "symfony/phpunit-bridge": ">=7.3.4" | ||
| }, | ||
| "minimum-stability": "dev", | ||
| "prefer-stable": true, | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
@@ -50,7 +50,7 @@ | |
| use Symfony\Component\Panther\WebDriver\WebDriverMouse; | ||
|
|
||
| /** | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Dany Maillard <[email protected]> | ||
| * | ||
| * @method PantherCrawler getCrawler() | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
@@ -22,7 +22,7 @@ | |
| use Symfony\Component\Panther\ExceptionThrower; | ||
|
|
||
| /** | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Kévin Dunglas <[email protected]> | ||
| */ | ||
| final class CookieJar extends BaseCookieJar | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
@@ -24,7 +24,7 @@ | |
| use Symfony\Component\Panther\ExceptionThrower; | ||
|
|
||
| /** | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Kévin Dunglas <[email protected]> | ||
| */ | ||
| final class Crawler extends BaseCrawler implements WebDriverElement | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
@@ -21,7 +21,7 @@ | |
| use Symfony\Component\Panther\WebDriver\WebDriverCheckbox; | ||
|
|
||
| /** | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Kévin Dunglas <[email protected]> | ||
| */ | ||
| final class ChoiceFormField extends BaseChoiceFormField | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
@@ -20,7 +20,7 @@ | |
| /** | ||
| * @internal | ||
| * | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Kévin Dunglas <[email protected]> | ||
| */ | ||
| trait FormFieldTrait | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
@@ -17,7 +17,7 @@ | |
| use Symfony\Component\Panther\Exception\LogicException; | ||
|
|
||
| /** | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Kévin Dunglas <[email protected]> | ||
| */ | ||
| final class InputFormField extends BaseInputFormField | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
@@ -17,7 +17,7 @@ | |
| use Symfony\Component\Panther\Exception\LogicException; | ||
|
|
||
| /** | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Kévin Dunglas <[email protected]> | ||
| */ | ||
| final class TextareaFormField extends BaseTextareaFormField | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
@@ -33,7 +33,7 @@ | |
| use Symfony\Component\Panther\WebDriver\WebDriverCheckbox; | ||
|
|
||
| /** | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Kévin Dunglas <[email protected]> | ||
| */ | ||
| final class Form extends BaseForm | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
@@ -19,7 +19,7 @@ | |
| use Symfony\Component\Panther\ExceptionThrower; | ||
|
|
||
| /** | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Kévin Dunglas <[email protected]> | ||
| */ | ||
| final class Image extends BaseImage | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
@@ -19,7 +19,7 @@ | |
| use Symfony\Component\Panther\ExceptionThrower; | ||
|
|
||
| /** | ||
| * @author Kévin Dunglas <[email protected]> | ||
| * @author Kévin Dunglas <[email protected]> | ||
| */ | ||
| final class Link extends BaseLink | ||
| { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| /* | ||
| * This file is part of the Panther project. | ||
| * | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * (c) Kévin Dunglas <[email protected]> | ||
| * | ||
| * For the full copyright and license information, please view the LICENSE | ||
| * file that was distributed with this source code. | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dunglas did you leave this one out on purpose? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nevermind its fixed in #678