Skip to content

Commit

Permalink
Add support for Symfony ^7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-tech committed Jun 12, 2024
1 parent 45e578c commit 6584331
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 andrey-tech
Copyright (c) 2023-2024 andrey-tech

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![Pdepend Summary Formatter logo](./assets/pdepend-summary-formatter-logo.png)

[![Latest Stable Version](https://poser.pugx.org/andrey-tech/pdepend-summary-formatter-php/v)](https://packagist.org/packages/andrey-tech/pdepend-summary-formatter-php)
[![Total Downloads](https://poser.pugx.org/andrey-tech/pdepend-summary-formatter-php/downloads)](//packagist.org/packages/andrey-tech/pdepend-summary-formatter-php)
[![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)
[![License](https://poser.pugx.org/andrey-tech/pdepend-summary-formatter-php/license)](https://packagist.org/packages/andrey-tech/pdepend-summary-formatter-php)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-simplexml": "*",
"symfony/console": "^4.4 || ^5.4 || ^6.3",
"symfony/yaml": "^4.4 || ^5.4 || ^6.3"
"symfony/console": "^4.4 || ^5.4 || ^6.3 || ^7.1",
"symfony/yaml": "^4.4 || ^5.4 || ^6.3 || ^7.1"
},
"require-dev": {
"overtrue/phplint": "^3.4",
Expand Down
1 change: 1 addition & 0 deletions config/pdepend-summary-formatter.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ colorizer:
# https://stackoverflow.com/questions/4731774/how-to-read-improve-c-r-a-p-index-calculated-by-php
crap0:
green: [ 0, 29 ]
yellow+bold: [ 30, null ]

0 comments on commit 6584331

Please sign in to comment.