Skip to content

Commit

Permalink
Fix licence type in composer.json (#12)
Browse files Browse the repository at this point in the history
Update composer.json to specify the MIT licence (as per the LICENCE file).
  • Loading branch information
benr77 authored Feb 2, 2025
1 parent 2e75051 commit 506ad2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sulu/messenger",
"description": "This library provides the stamps, middlewares and the sulu message bus.",
"license": "proprietary",
"license": "MIT",
"type": "sulu-bundle",
"require": {
"php": "8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*",
Expand Down

0 comments on commit 506ad2a

Please sign in to comment.