Skip to content

Commit e88286f

Browse files
committed
update dependencies
1 parent e8bbead commit e88286f

File tree

13 files changed

+16
-456
lines changed

13 files changed

+16
-456
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"require": {
1212
"php": ">=8.0",
1313
"ircmaxell/php-cfg": "^0.8.0",
14-
"symfony/yaml": "^5.4.17",
15-
"symfony/console": "^5.4.17",
16-
"myclabs/deep-copy": "^1.11.0",
17-
"bartlett/sarif-php-sdk": "^2.0"
14+
"symfony/yaml": "^7.3.2",
15+
"symfony/console": "^7.3.2",
16+
"myclabs/deep-copy": "^1.13.4",
17+
"bartlett/sarif-php-sdk": "^2.2.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^8.0 || ^9.0",
21-
"phpro/grumphp": "^1.3",
22-
"squizlabs/php_codesniffer": "^3.5"
20+
"phpunit/phpunit": "^12.3.5",
21+
"phpro/grumphp": "^2.14.0",
22+
"squizlabs/php_codesniffer": "^3.13.2"
2323
},
2424
"bin": ["projects/phar/progpilot"],
2525
"autoload": {

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Most of the time the analysis of progpilot can be extended simply with adding th
2323

2424
### Implement a test
2525
A new functionality must be testable, to do that:
26-
1. Select the category of your functionality in the dataProvider function in *projects/tests/run_all.php*
26+
1. Select the category of your functionality in the dataProvider function in *projects/tests/RunAll.php*
2727
2. For example ooptest.php if your functionality extends oop analysis
2828
3. Add your test in *projects/tests/tests/oop* folder
2929
4. Edit *projects/tests/ooptest.php* and add the expected output of your test:

package/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"require": {
1212
"php": ">=8.0",
1313
"ircmaxell/php-cfg": "^0.8.0",
14-
"symfony/yaml": "^5.4.17",
15-
"symfony/console": "^5.4.17",
16-
"bartlett/sarif-php-sdk": "^2.0"
14+
"symfony/yaml": "^7.3.2",
15+
"symfony/console": "^7.3.2",
16+
"bartlett/sarif-php-sdk": "^2.2.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^8.0 || ^9.0"
19+
"phpunit/phpunit": "^12.3.5"
2020
},
2121
"autoload": {
2222
"psr-0": {

projects/phar/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"php": ">=8.0",
1313
"progpilot/package": "@dev",
1414
"ircmaxell/php-cfg": "^0.8.0",
15-
"symfony/yaml": "^5.4.17",
16-
"symfony/console": "^5.4.17",
17-
"myclabs/deep-copy": "^1.11.0",
18-
"bartlett/sarif-php-sdk": "^2.0"
15+
"symfony/yaml": "^7.3.2",
16+
"symfony/console": "^7.3.2",
17+
"myclabs/deep-copy": "^1.13.4",
18+
"bartlett/sarif-php-sdk": "^2.2.0"
1919
},
2020
"bin": ["progpilot"]
2121
}

projects/tests/run_all.php

Lines changed: 0 additions & 99 deletions
This file was deleted.

projects/tests/run_all_configurations.php

Lines changed: 0 additions & 67 deletions
This file was deleted.

projects/tests/run_all_folders.php

Lines changed: 0 additions & 70 deletions
This file was deleted.

projects/tests/run_config.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

projects/tests/run_exclude_files.php

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)