Skip to content

Commit

Permalink
Merge pull request #5095 from neos/bugfix/fix-composer-manifest
Browse files Browse the repository at this point in the history
BUGFIX: Fix composer manifest
  • Loading branch information
bwaidelich authored May 25, 2024
2 parents 3f75453 + f949533 commit c397ffa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
},
"suggest": {
},
"provide": {
},
"scripts": {
"lint:phpcs": "../../bin/phpcs --colors",
"lint:phpcs:fix": "../../bin/phpcbf --colors",
Expand All @@ -32,9 +30,6 @@
"FLOW_CONTEXT=Testing/Behat ../../bin/paratest --debug -v --functional --group parallel --processes 2 --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/FunctionalTests.xml Neos.ContentRepository.BehavioralTests/Tests/Functional/Feature/WorkspacePublication/WorkspaceWritingDuringPublication.php",
"FLOW_CONTEXT=Testing/Behat ../../bin/paratest --debug -v --functional --group parallel --processes 2 --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/FunctionalTests.xml Neos.ContentRepository.BehavioralTests/Tests/Functional/Feature/WorkspacePublication/WorkspaceWritingDuringPublication.php"
],
"test:functional": [
"../../bin/phpunit --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/FunctionalTests.xml Neos.ContentRepository.Core/Tests/Functional"
],
"test:behat-cli": "../../bin/behat -f progress --strict --no-interaction",
"test:behavioral": [
"@test:behat-cli -c Neos.ContentRepository.BehavioralTests/Tests/Behavior/behat.yml.dist",
Expand All @@ -56,7 +51,6 @@
],
"test": [
"@test:unit",
"@test:functional",
"@test:behavioral",
"@test:parallel"
],
Expand Down
3 changes: 3 additions & 0 deletions Neos.ContentGraph.DoctrineDbalAdapter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"docs": "https://docs.neos.io/"
},
"license": "GPL-3.0+",
"provide": {
"neos/contentrepositoryregistry-storageclient": "self.version"
},
"require": {
"neos/contentrepository-core": "self.version",
"doctrine/dbal": "^2.13",
Expand Down
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@
"neos/site-kickstarter": "Helps with creating new site packages for Neos.",
"neos/redirecthandler-neosadapter": "Adds automatic redirects for moved/renamed pages"
},
"provide": {
"neos/contentrepositoryregistry-storageclient": "self.version"
},
"scripts": {
"lint:phpcs": "../../bin/phpcs --colors",
"lint:phpcs:fix": "../../bin/phpcbf --colors",
Expand All @@ -115,9 +112,6 @@
"FLOW_CONTEXT=Testing/Behat ../../bin/paratest --debug -v --functional --group parallel --processes 2 --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/FunctionalTests.xml Neos.ContentRepository.BehavioralTests/Tests/Functional/Feature/WorkspacePublication/WorkspaceWritingDuringPublication.php",
"FLOW_CONTEXT=Testing/Behat ../../bin/paratest --debug -v --functional --group parallel --processes 2 --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/FunctionalTests.xml Neos.ContentRepository.BehavioralTests/Tests/Functional/Feature/WorkspacePublication/WorkspaceWritingDuringPublication.php"
],
"test:functional": [
"../../bin/phpunit --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/FunctionalTests.xml Neos.ContentRepository.Core/Tests/Functional"
],
"test:behat-cli": "../../bin/behat -f progress --strict --no-interaction",
"test:behavioral": [
"@test:behat-cli -c Neos.ContentRepository.BehavioralTests/Tests/Behavior/behat.yml.dist",
Expand All @@ -139,7 +133,6 @@
],
"test": [
"@test:unit",
"@test:functional",
"@test:behavioral",
"@test:parallel"
],
Expand Down Expand Up @@ -245,6 +238,9 @@
"manage-resources": true
}
},
"provide": {
"neos/contentrepositoryregistry-storageclient": "self.version"
},
"autoload-dev": {
"psr-4": {
"Neos\\ContentGraph\\PostgreSQLAdapter\\Tests\\": [
Expand Down

0 comments on commit c397ffa

Please sign in to comment.