Skip to content

Commit

Permalink
fix: bump minimum symfony/process version (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski authored Nov 13, 2024
1 parent add61d8 commit 2e6787f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ composer require --dev lendable/composer-license-checker

## Usage

Create a configuration file in your project root, `.allowed-licenses.php` (or you can use the the option `-a / --allow-file` to specify the location of the configuration).
Create a configuration file in your project root, `.allowed-licenses.php` (or you can use the option `-a / --allow-file` to specify the location of the configuration).

```php
<?php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2.2",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0"
"symfony/process": "^5.4.46 || ^6.4.14 || ^7.1.7"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.43.0",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

0 comments on commit 2e6787f

Please sign in to comment.