Skip to content

Commit

Permalink
Switch to Container Interop v2
Browse files Browse the repository at this point in the history
Also, switch underlying Dhii standard.
  • Loading branch information
XedinUnknown committed Sep 21, 2024
1 parent c49c78c commit e0a2bd2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 62 deletions.
2 changes: 0 additions & 2 deletions .idea/containers.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"prefer-stable": false,
"require": {
"php": "^7.4 | ^8.0",
"dhii/collections-interface": "^0.3.0-alpha4",
"dhii/collections-interface": "^0.4.0-alpha2",
"container-interop/service-provider": "^0.4"
},
"require-dev": {
"slevomat/coding-standard": "^6.0",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "^5.0",
"gmazzap/andrew": "^1.1",
"psr/container": "^1.0",
"psr/container": "^2.0",
"psr/simple-cache": "^1.0",
"wildwolf/psr-memory-cache": "^1.0"
},
Expand All @@ -42,11 +42,6 @@
"Dhii\\Container\\TestHelpers\\": "tests/helpers"
}
},
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down
85 changes: 32 additions & 53 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0a2bd2

Please sign in to comment.