Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Devlamynck committed Mar 11, 2024
1 parent 7ee7fb5 commit 7fdea46
Show file tree
Hide file tree
Showing 53 changed files with 2,801 additions and 3,629 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Import the annotation/annotation, and use them to configure your service like fo

[source, php]
----
use RichId\AutoconfigureBundle\Annotation as Service;
use RichId\AutoconfigureBundle\Attribute as Service;
/**
* @Service\Argument("$service", DecorationEventListener::class)
Expand Down
16 changes: 10 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"description": "Create easy autoconfigurations with annotations to add tag to a service, inject service and arguments, or decorate another service",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "RichId",
Expand All @@ -16,14 +18,13 @@
"issues": "https://github.com/rich-id/autoconfigure-bundle/issues"
},
"require": {
"php": "^7.3 || ^8.0",
"doctrine/annotations": "^1.0",
"richcongress/bundle-toolbox": "^1.0"
"php": "^8.1",
"richcongress/bundle-toolbox": "v2.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"richcongress/static-analysis": "^0.1",
"richcongress/test-suite": "^0.1",
"richcongress/static-analysis": "v0.2.x-dev",
"richcongress/test-suite": "v0.2.x-dev",
"roave/security-advisories": "dev-latest"
},
"autoload": {
Expand All @@ -38,7 +39,10 @@
},
"config": {
"discard-changes": true,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-install-cmd": [
Expand Down
Loading

0 comments on commit 7fdea46

Please sign in to comment.