Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 1, 2024
1 parent 2891114 commit 4bf0bc6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 67 deletions.
1 change: 1 addition & 0 deletions .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"defects":[],"times":{"Symplify\\EasyParallel\\Tests\\CommandLine\\WorkerCommandLineFactoryTest::test#0":0.004,"Symplify\\EasyParallel\\Tests\\CommandLine\\WorkerCommandLineFactoryTest::test#1":0}}
28 changes: 9 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,20 @@
"require": {
"php": ">=8.1",
"clue/ndjson-react": "^1.3",
"fidry/cpu-core-counter": "^0.4.0 || ^0.5.1",
"nette/utils": "^3.2|^4.0",
"react/child-process": "^0.6.5",
"react/event-loop": "^1.3",
"react/socket": "^1.12",
"symfony/console": "^6.2",
"fidry/cpu-core-counter": "^0.4.0 || ^0.5.1"
"symfony/console": "^6.2|^7.0"
},
"require-dev": {
"symplify/package-builder": "^11.2",
"phpunit/phpunit": "^9.5.26",
"phpunit/phpunit": "^10.5",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/extension-installer": "^1.2",
"rector/rector": "^0.15.10",
"symplify/easy-ci": "^11.1",
"symplify/easy-coding-standard": "^11.1",
"symplify/phpstan-extensions": "^11.1",
"symplify/symplify-kernel": "^11.2",
"tomasvotruba/unused-public": "^0.0.34"
"phpstan/extension-installer": "^1.3",
"rector/rector": "^0.18.13",
"symplify/easy-coding-standard": "^12.0",
"symplify/phpstan-extensions": "^11.4"
},
"autoload": {
"psr-4": {
Expand All @@ -33,11 +30,6 @@
"Symplify\\EasyParallel\\Tests\\": "tests"
}
},
"extra": {
"branch-alias": {
"dev-main": "11.2-dev"
}
},
"scripts": {
"check-cs": "vendor/bin/ecs check --ansi",
"fix-cs": "vendor/bin/ecs check --fix --ansi",
Expand All @@ -51,7 +43,5 @@
"cweagans/composer-patches": true,
"phpstan/extension-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
12 changes: 0 additions & 12 deletions easy-ci.php

This file was deleted.

1 change: 0 additions & 1 deletion ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
__DIR__ . '/config',
__DIR__ . '/ecs.php',
__DIR__ . '/rector.php',
__DIR__ . '/easy-ci.php',
__DIR__ . '/src',
__DIR__ . '/tests',
]);
Expand Down
9 changes: 2 additions & 7 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ parameters:
- tests

excludePaths:
- '*/tests/**/Source/*'
- '*/tests/**/Fixture/*'

unused_public:
methods: true
properties: true
constants: true
- '*/Source/*'
- '*/Fixture/*'

ignoreErrors:
-
Expand Down
27 changes: 0 additions & 27 deletions src/FileSystem/FilePathNormalizer.php

This file was deleted.

1 change: 0 additions & 1 deletion tests/CommandLine/Source/SomeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

final class SomeService
{

}

0 comments on commit 4bf0bc6

Please sign in to comment.