|  | @@ -4,7 +4,7 @@
 | 
	
		
			
				|  |  |          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
 | 
	
		
			
				|  |  |          "This file is @generated automatically"
 | 
	
		
			
				|  |  |      ],
 | 
	
		
			
				|  |  | -    "content-hash": "467141bbdc6343d94dba80817b4ecfdc",
 | 
	
		
			
				|  |  | +    "content-hash": "3ec795619f12a12c89ef1c6569260bf3",
 | 
	
		
			
				|  |  |      "packages": [
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              "name": "composer/semver",
 | 
	
	
		
			
				|  | @@ -7362,6 +7362,93 @@
 | 
	
		
			
				|  |  |              ],
 | 
	
		
			
				|  |  |              "time": "2024-05-31T14:57:53+00:00"
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +            "name": "symfony/workflow",
 | 
	
		
			
				|  |  | +            "version": "v7.1.1",
 | 
	
		
			
				|  |  | +            "source": {
 | 
	
		
			
				|  |  | +                "type": "git",
 | 
	
		
			
				|  |  | +                "url": "https://github.com/symfony/workflow.git",
 | 
	
		
			
				|  |  | +                "reference": "bc9a36fdd6a6fab9f630bd73b428aa06917e17e8"
 | 
	
		
			
				|  |  | +            },
 | 
	
		
			
				|  |  | +            "dist": {
 | 
	
		
			
				|  |  | +                "type": "zip",
 | 
	
		
			
				|  |  | +                "url": "https://api.github.com/repos/symfony/workflow/zipball/bc9a36fdd6a6fab9f630bd73b428aa06917e17e8",
 | 
	
		
			
				|  |  | +                "reference": "bc9a36fdd6a6fab9f630bd73b428aa06917e17e8",
 | 
	
		
			
				|  |  | +                "shasum": ""
 | 
	
		
			
				|  |  | +            },
 | 
	
		
			
				|  |  | +            "require": {
 | 
	
		
			
				|  |  | +                "php": ">=8.2"
 | 
	
		
			
				|  |  | +            },
 | 
	
		
			
				|  |  | +            "conflict": {
 | 
	
		
			
				|  |  | +                "symfony/event-dispatcher": "<6.4"
 | 
	
		
			
				|  |  | +            },
 | 
	
		
			
				|  |  | +            "require-dev": {
 | 
	
		
			
				|  |  | +                "psr/log": "^1|^2|^3",
 | 
	
		
			
				|  |  | +                "symfony/dependency-injection": "^6.4|^7.0",
 | 
	
		
			
				|  |  | +                "symfony/error-handler": "^6.4|^7.0",
 | 
	
		
			
				|  |  | +                "symfony/event-dispatcher": "^6.4|^7.0",
 | 
	
		
			
				|  |  | +                "symfony/expression-language": "^6.4|^7.0",
 | 
	
		
			
				|  |  | +                "symfony/http-kernel": "^6.4|^7.0",
 | 
	
		
			
				|  |  | +                "symfony/security-core": "^6.4|^7.0",
 | 
	
		
			
				|  |  | +                "symfony/stopwatch": "^6.4|^7.0",
 | 
	
		
			
				|  |  | +                "symfony/validator": "^6.4|^7.0"
 | 
	
		
			
				|  |  | +            },
 | 
	
		
			
				|  |  | +            "type": "library",
 | 
	
		
			
				|  |  | +            "autoload": {
 | 
	
		
			
				|  |  | +                "psr-4": {
 | 
	
		
			
				|  |  | +                    "Symfony\\Component\\Workflow\\": ""
 | 
	
		
			
				|  |  | +                },
 | 
	
		
			
				|  |  | +                "exclude-from-classmap": [
 | 
	
		
			
				|  |  | +                    "/Tests/"
 | 
	
		
			
				|  |  | +                ]
 | 
	
		
			
				|  |  | +            },
 | 
	
		
			
				|  |  | +            "notification-url": "https://packagist.org/downloads/",
 | 
	
		
			
				|  |  | +            "license": [
 | 
	
		
			
				|  |  | +                "MIT"
 | 
	
		
			
				|  |  | +            ],
 | 
	
		
			
				|  |  | +            "authors": [
 | 
	
		
			
				|  |  | +                {
 | 
	
		
			
				|  |  | +                    "name": "Fabien Potencier",
 | 
	
		
			
				|  |  | +                    "email": "fabien@symfony.com"
 | 
	
		
			
				|  |  | +                },
 | 
	
		
			
				|  |  | +                {
 | 
	
		
			
				|  |  | +                    "name": "Grégoire Pineau",
 | 
	
		
			
				|  |  | +                    "email": "lyrixx@lyrixx.info"
 | 
	
		
			
				|  |  | +                },
 | 
	
		
			
				|  |  | +                {
 | 
	
		
			
				|  |  | +                    "name": "Symfony Community",
 | 
	
		
			
				|  |  | +                    "homepage": "https://symfony.com/contributors"
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  | +            ],
 | 
	
		
			
				|  |  | +            "description": "Provides tools for managing a workflow or finite state machine",
 | 
	
		
			
				|  |  | +            "homepage": "https://symfony.com",
 | 
	
		
			
				|  |  | +            "keywords": [
 | 
	
		
			
				|  |  | +                "petrinet",
 | 
	
		
			
				|  |  | +                "place",
 | 
	
		
			
				|  |  | +                "state",
 | 
	
		
			
				|  |  | +                "statemachine",
 | 
	
		
			
				|  |  | +                "transition",
 | 
	
		
			
				|  |  | +                "workflow"
 | 
	
		
			
				|  |  | +            ],
 | 
	
		
			
				|  |  | +            "support": {
 | 
	
		
			
				|  |  | +                "source": "https://github.com/symfony/workflow/tree/v7.1.1"
 | 
	
		
			
				|  |  | +            },
 | 
	
		
			
				|  |  | +            "funding": [
 | 
	
		
			
				|  |  | +                {
 | 
	
		
			
				|  |  | +                    "url": "https://symfony.com/sponsor",
 | 
	
		
			
				|  |  | +                    "type": "custom"
 | 
	
		
			
				|  |  | +                },
 | 
	
		
			
				|  |  | +                {
 | 
	
		
			
				|  |  | +                    "url": "https://github.com/fabpot",
 | 
	
		
			
				|  |  | +                    "type": "github"
 | 
	
		
			
				|  |  | +                },
 | 
	
		
			
				|  |  | +                {
 | 
	
		
			
				|  |  | +                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 | 
	
		
			
				|  |  | +                    "type": "tidelift"
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  | +            ],
 | 
	
		
			
				|  |  | +            "time": "2024-05-31T14:57:53+00:00"
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              "name": "symfony/yaml",
 | 
	
		
			
				|  |  |              "version": "v7.1.5",
 | 
	
	
		
			
				|  | @@ -9979,7 +10066,7 @@
 | 
	
		
			
				|  |  |      ],
 | 
	
		
			
				|  |  |      "aliases": [],
 | 
	
		
			
				|  |  |      "minimum-stability": "stable",
 | 
	
		
			
				|  |  | -    "stability-flags": [],
 | 
	
		
			
				|  |  | +    "stability-flags": {},
 | 
	
		
			
				|  |  |      "prefer-stable": true,
 | 
	
		
			
				|  |  |      "prefer-lowest": false,
 | 
	
		
			
				|  |  |      "platform": {
 | 
	
	
		
			
				|  | @@ -9987,6 +10074,6 @@
 | 
	
		
			
				|  |  |          "ext-ctype": "*",
 | 
	
		
			
				|  |  |          "ext-iconv": "*"
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | -    "platform-dev": [],
 | 
	
		
			
				|  |  | +    "platform-dev": {},
 | 
	
		
			
				|  |  |      "plugin-api-version": "2.6.0"
 | 
	
		
			
				|  |  |  }
 |