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 psr/container to v2 #24

Open
wants to merge 53 commits into
base: 2.2.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
87a812e
Lock file maintenance
renovate[bot] Nov 12, 2022
01996b6
Lock file maintenance
renovate[bot] Nov 13, 2022
ccde52c
Lock file maintenance
renovate[bot] Nov 16, 2022
bdf8144
Lock file maintenance
renovate[bot] Nov 19, 2022
e21e4c8
Lock file maintenance
renovate[bot] Nov 21, 2022
54bd13e
Lock file maintenance
renovate[bot] Dec 1, 2022
92788b7
Lock file maintenance
renovate[bot] Dec 2, 2022
de6b42e
Lock file maintenance
renovate[bot] Dec 4, 2022
9c7d103
Lock file maintenance
renovate[bot] Dec 10, 2022
93ab599
Update dependency doctrine/coding-standard to v11
renovate[bot] Dec 13, 2022
1221144
Merge pull request #30 from Roave/renovate/doctrine-coding-standard-11.x
Ocramius Dec 13, 2022
1c9113b
Lock file maintenance
renovate[bot] Dec 14, 2022
ab4d004
Lock file maintenance
renovate[bot] Dec 15, 2022
1a97509
Lock file maintenance
renovate[bot] Dec 16, 2022
c56ab01
Lock file maintenance
renovate[bot] Dec 17, 2022
7bf3d1a
Lock file maintenance
renovate[bot] Dec 19, 2022
f133197
Lock file maintenance
renovate[bot] Dec 22, 2022
636f42d
Lock file maintenance
renovate[bot] Dec 29, 2022
69a3516
Lock file maintenance
renovate[bot] Jan 1, 2023
54794e7
Lock file maintenance
renovate[bot] Jan 7, 2023
25c8b97
Lock file maintenance
renovate[bot] Jan 10, 2023
87607db
Lock file maintenance
renovate[bot] Jan 15, 2023
9892c8b
Lock file maintenance
renovate[bot] Jan 17, 2023
2840747
Lock file maintenance
renovate[bot] Jan 25, 2023
70730b4
Lock file maintenance
renovate[bot] Jan 27, 2023
9ef0bc1
Lock file maintenance
renovate[bot] Feb 2, 2023
37fb0be
Lock file maintenance
renovate[bot] Feb 4, 2023
7401bbe
Lock file maintenance
renovate[bot] Feb 5, 2023
ed49042
Update PHP requirement and CI setup to test against PHP 8.2
javespi Feb 7, 2023
1fa0ff5
Lock file with php 8.2
javespi Feb 7, 2023
c56cc64
Merge pull request #33 from javespi/php-8.2
Ocramius Feb 7, 2023
55eed82
Lock file maintenance
renovate[bot] Feb 23, 2023
ac9e9a5
Roll back shivammathur/setup-php action to 2.24.0
renovate[bot] Feb 26, 2023
b480307
Merge pull request #34 from Roave/renovate/shivammathur-setup-php-rol…
Ocramius Feb 26, 2023
10506c9
Lock file maintenance
renovate[bot] Feb 27, 2023
f431e3f
Lock file maintenance
renovate[bot] Feb 28, 2023
12abe4b
Lock file maintenance
renovate[bot] Mar 6, 2023
c638ff0
Lock file maintenance
renovate[bot] Mar 9, 2023
9518291
Lock file maintenance
renovate[bot] Mar 10, 2023
a1ecb32
Lock file maintenance
renovate[bot] Mar 26, 2023
3283526
Lock file maintenance
renovate[bot] Mar 28, 2023
84fd797
Lock file maintenance
renovate[bot] Apr 6, 2023
993a548
Lock file maintenance
renovate[bot] Apr 13, 2023
b9bf4b6
Lock file maintenance
renovate[bot] Apr 15, 2023
5c68091
Lock file maintenance
renovate[bot] Apr 22, 2023
e8ce8f5
Lock file maintenance
renovate[bot] Apr 27, 2023
999ed47
Lock file maintenance
renovate[bot] May 3, 2023
3751517
Lock file maintenance
renovate[bot] May 8, 2023
028ba55
Lock file maintenance
renovate[bot] May 13, 2023
940bd13
Lock file maintenance
renovate[bot] May 16, 2023
93cc2d2
Lock file maintenance
renovate[bot] May 20, 2023
2b84f66
Lock file maintenance
renovate[bot] Jun 12, 2023
fe2b833
Update dependency psr/container to v2
renovate[bot] Jun 13, 2023
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
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
php-version:
- "8.0"
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"

Expand All @@ -59,7 +60,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
uses: "shivammathur/setup-php@2.24.0"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "PSR-11 Container extension for Behat",
"type": "library",
"require": {
"php": "~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"behat/behat": "^3.11.0",
"psr/container": "^1.1.2",
"psr/container": "^2.0.2",
"symfony/dependency-injection": "^6.0.13"
},
"require-dev": {
"doctrine/coding-standard": "^10.0.0",
"doctrine/coding-standard": "^11.0.0",
"laminas/laminas-servicemanager": "^3.19.0",
"phpunit/phpunit": "^9.5.26"
},
Expand Down
Loading
Loading