Skip to content
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

Update dependency phpunit/phpunit to v11 #71

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
335306d
Update dependency willdurand/negotiation to v2
renovate-bot Jul 6, 2019
795bc41
Merge pull request #36 from Potherca/renovate/pin-dependencies
Potherca Jul 6, 2019
b468ba1
Merge pull request #37 from Potherca/renovate/willdurand-negotiation-2.x
Potherca Jul 6, 2019
a53eb3e
Update dependency jakub-onderka/php-parallel-lint to v1
renovate-bot Jul 6, 2019
edf9d5c
Merge pull request #39 from Potherca/renovate/jakub-onderka-php-paral…
Potherca Jul 6, 2019
a9d2c0d
Update dependency phpunit/phpunit to v8
renovate-bot Jul 6, 2019
a82b98d
Update dependency squizlabs/php_codesniffer to v3
renovate-bot Jul 6, 2019
e5bf389
Merge pull request #41 from Potherca/renovate/squizlabs-php_codesniff…
Potherca Jul 6, 2019
0fd7f16
Merge pull request #40 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Jul 6, 2019
b954726
Update dependency phpunit/phpunit to v8.2.5
renovate-bot Jul 15, 2019
3b7f54d
Merge pull request #42 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Jul 15, 2019
38b6a49
Update dependency phpunit/phpunit to v8.3.3
renovate-bot Aug 3, 2019
79513e1
Merge pull request #43 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Aug 4, 2019
11596ee
Update dependency phpunit/phpunit to v8.3.4
renovate-bot Aug 11, 2019
a24282a
Merge pull request #44 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Aug 11, 2019
e2caa93
Update dependency phpunit/phpunit to v8.3.5
renovate-bot Sep 14, 2019
f74437f
Merge pull request #45 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Sep 15, 2019
d06289e
Update dependency squizlabs/php_codesniffer to v3.5.0
renovate-bot Sep 26, 2019
c397433
Merge pull request #46 from Potherca/renovate/squizlabs-php_codesniff…
Potherca Sep 27, 2019
699d9e1
Update dependency phpunit/phpunit to v8.4.0
renovate-bot Oct 4, 2019
4abf3e1
Merge pull request #47 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Oct 6, 2019
1e545b1
Update dependency phpunit/phpunit to v8.4.1
renovate-bot Oct 7, 2019
f6bb9df
Merge pull request #48 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Oct 9, 2019
001c72c
Update dependency squizlabs/php_codesniffer to v3.5.1
renovate-bot Oct 16, 2019
a9d4b1f
Merge pull request #49 from Potherca/renovate/squizlabs-php_codesniff…
Potherca Oct 17, 2019
7de377f
Update dependency squizlabs/php_codesniffer to v3.5.2
renovate-bot Oct 28, 2019
79a645d
Update dependency phpunit/phpunit to v8.4.2
renovate-bot Oct 28, 2019
88772a4
Merge pull request #52 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Oct 30, 2019
a152486
Merge pull request #51 from Potherca/renovate/squizlabs-php_codesniff…
Potherca Oct 30, 2019
1ac6790
Update dependency phpunit/phpunit to v8.4.3
renovate-bot Nov 6, 2019
14752a0
Merge pull request #53 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Nov 16, 2019
c53c686
Update dependency phpunit/phpunit to v8.5.4
renovate-bot Apr 28, 2020
6eda958
Merge pull request #62 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Jun 26, 2020
e19cf48
Update dependency phpunit/phpunit to v8.5.8
renovate-bot Jun 26, 2020
b2d3889
Merge pull request #64 from Potherca/renovate/phpunit-phpunit-8.x
Potherca Jun 26, 2020
8ae48ff
Update dependency pdepend/pdepend to v2.8.0
renovate-bot Jun 26, 2020
6d324db
Merge pull request #63 from Potherca/renovate/pdepend-pdepend-2.x
Potherca Jun 26, 2020
8aca9b3
Update dependency phpunit/phpunit to v11
renovate[bot] Apr 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"require": {
"php": ">=5.5.32",
"ext-gd" : "*",
"willdurand/negotiation": "~1.3",
"willdurand/negotiation": "~2.0",
"phptal/phptal": "~1.3",
"stil/gd-text": "~1.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.8.0",
"phpunit/phpunit": "4.8.36",
"pdepend/pdepend": "2.5.2",
"squizlabs/php_codesniffer": "2.9.2"
"jakub-onderka/php-parallel-lint": "1.0.0",
"phpunit/phpunit": "11.1.3",
"pdepend/pdepend": "2.8.0",
"squizlabs/php_codesniffer": "3.5.2"
},
"autoload": {
"psr-4" : {
Expand Down