Skip to content

Commit 6584331

Browse files
committed
Add support for Symfony ^7.1
1 parent 45e578c commit 6584331

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 andrey-tech
3+
Copyright (c) 2023-2024 andrey-tech
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![Pdepend Summary Formatter logo](./assets/pdepend-summary-formatter-logo.png)
44

55
[![Latest Stable Version](https://poser.pugx.org/andrey-tech/pdepend-summary-formatter-php/v)](https://packagist.org/packages/andrey-tech/pdepend-summary-formatter-php)
6+
[![Total Downloads](https://poser.pugx.org/andrey-tech/pdepend-summary-formatter-php/downloads)](//packagist.org/packages/andrey-tech/pdepend-summary-formatter-php)
67
[![PHP Version Require](http://poser.pugx.org/andrey-tech/pdepend-summary-formatter-php/require/php)](https://packagist.org/packages/andrey-tech/pdepend-summary-formatter-php)
78
[![License](https://poser.pugx.org/andrey-tech/pdepend-summary-formatter-php/license)](https://packagist.org/packages/andrey-tech/pdepend-summary-formatter-php)
89

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"require": {
2929
"php": "^7.4 || ^8.0",
3030
"ext-simplexml": "*",
31-
"symfony/console": "^4.4 || ^5.4 || ^6.3",
32-
"symfony/yaml": "^4.4 || ^5.4 || ^6.3"
31+
"symfony/console": "^4.4 || ^5.4 || ^6.3 || ^7.1",
32+
"symfony/yaml": "^4.4 || ^5.4 || ^6.3 || ^7.1"
3333
},
3434
"require-dev": {
3535
"overtrue/phplint": "^3.4",

config/pdepend-summary-formatter.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,4 @@ colorizer:
117117
# https://stackoverflow.com/questions/4731774/how-to-read-improve-c-r-a-p-index-calculated-by-php
118118
crap0:
119119
green: [ 0, 29 ]
120+
yellow+bold: [ 30, null ]

0 commit comments

Comments
 (0)