Skip to content

Get rid of path repository #493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ install:
- echo "memory_limit=2048M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
- composer install
- ./bin/symlink-pkgs-to-vendor.sh
- if [ "$PREPARE_CONTAINER" = true ]; then docker --version; fi
- if [ "$PREPARE_CONTAINER" = true ]; then docker-compose --version; fi
- if [ "$PREPARE_CONTAINER" = true ]; then bin/dev -b; fi
Expand Down
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Contributing
------------

Enqueue is an open source, community-driven project.

If you'd like to contribute, please read the following documents:

* [Contribution](docs/contribution.md)
26 changes: 0 additions & 26 deletions bin/symlink-pkgs-to-vendor.sh

This file was deleted.

201 changes: 76 additions & 125 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,84 @@
"minimum-stability": "beta",
"homepage": "https://enqueue.forma-pro.com/",
"require": {
"php": ">=5.6",
"enqueue/enqueue": "0.9.x-dev",
"enqueue/stomp": "0.9.x-dev",
"enqueue/amqp-ext": "0.9.x-dev",
"enqueue/amqp-lib": "0.9.x-dev",
"enqueue/amqp-bunny": "0.9.x-dev",
"enqueue/amqp-tools": "0.9.x-dev",
"php-amqplib/php-amqplib": "^2.7@dev",
"enqueue/redis": "0.9.x-dev",
"enqueue/fs": "0.9.x-dev",
"enqueue/null": "0.9.x-dev",
"enqueue/dbal": "0.9.x-dev",
"enqueue/mongodb": "0.9.x-dev",
"enqueue/sqs": "0.9.x-dev",
"enqueue/pheanstalk": "0.9.x-dev",
"enqueue/gearman": "0.9.x-dev",
"enqueue/rdkafka": "0.9.x-dev",
"kwn/php-rdkafka-stubs": "^1.0.2",
"enqueue/gps": "0.9.x-dev",
"enqueue/enqueue-bundle": "0.9.x-dev",
"enqueue/job-queue": "0.9.x-dev",
"enqueue/simple-client": "0.9.x-dev",
"enqueue/test": "0.9.x-dev",
"enqueue/async-event-dispatcher": "0.9.x-dev",
"queue-interop/queue-interop": "^0.6@dev|0.7.x-dev|^1.0.0-alpha1",
"queue-interop/amqp-interop": "^0.7@dev",
"queue-interop/queue-spec": "^0.5.4@dev",
"php": "^7.1.3",

"ext-amqp": "^1.9.3",
"ext-gearman": "^1.1 || ^2.0",
"ext-mongodb": "^1.3",
"ext-rdkafka": "^3.0.3",

"phpunit/phpunit": "^5",
"queue-interop/amqp-interop": "^0.7.4",
"queue-interop/queue-interop": "^0.6.2",
"bunny/bunny": "^0.2.4|^0.3|^0.4",
"php-amqplib/php-amqplib": "^2.7",
"doctrine/dbal": "~2.5",
"ramsey/uuid": "^2|^3.5",
"psr/log": "^1",
"symfony/event-dispatcher": "^3.4|^4",
"makasim/temp-file": "^0.2",
"google/cloud-pubsub": "^0.6.1|^1.0",
"doctrine/orm": "~2.4",
"mongodb/mongodb": "^1.2",
"pda/pheanstalk": "^3",
"aws/aws-sdk-php": "~3.26",
"stomp-php/stomp-php": "^4",
"php-http/guzzle6-adapter": "^1.1",
"php-http/client-common": "^1.7@dev",
"richardfullmer/rabbitmq-management-api": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.5",
"queue-interop/queue-spec": "^0.5.5@dev",
"symfony/browser-kit": "^3.4|^4",
"symfony/config": "^3.4|^4",
"symfony/process": "^3.4|^4",
"symfony/console": "^3.4|^4",
"symfony/dependency-injection": "^3.4|^4",
"symfony/event-dispatcher": "^3.4|^4",
"symfony/expression-language": "^3.4|^4",
"symfony/http-kernel": "^3.4|^4",
"symfony/filesystem": "^3.4|^4",
"symfony/framework-bundle": "^3.4|^4",
"empi89/php-amqp-stubs": "*@dev",
"doctrine/doctrine-bundle": "~1.2",
"kwn/php-rdkafka-stubs": "^1.0.2",
"predis/predis": "^1.1",
"symfony/monolog-bundle": "^2.8|^3|^4",
"symfony/browser-kit": "^2.8|^3|^4",
"symfony/expression-language": "^2.8|^3|^4",
"symfony/event-dispatcher": "^2.8|^3|^4",
"symfony/console": "^2.8|^3|^4",
"friendsofphp/php-cs-fixer": "^2",
"empi89/php-amqp-stubs": "*@dev",
"php-http/client-common": "^1.7@dev"
"friendsofphp/php-cs-fixer": "^2"
},
"autoload": {
"psr-4": {
"Enqueue\\AmqpBunny\\": "pkg/amqp-bunny/",
"Enqueue\\AmqpExt\\": "pkg/amqp-ext/",
"Enqueue\\AmqpLib\\": "pkg/amqp-lib/",
"Enqueue\\AmqpTools\\": "pkg/amqp-tools/",
"Enqueue\\AsyncEventDispatcher\\": "pkg/async-event-dispatcher/",
"Enqueue\\Dbal\\": "pkg/dbal/",
"Enqueue\\Bundle\\": "pkg/enqueue-bundle/",
"Enqueue\\Fs\\": "pkg/fs/",
"Enqueue\\Gearman\\": "pkg/gearman/",
"Enqueue\\Gps\\": "pkg/gps/",
"Enqueue\\JobQueue\\": "pkg/job-queue/",
"Enqueue\\Mongodb\\": "pkg/mongodb/",
"Enqueue\\Null\\": "pkg/null/",
"Enqueue\\Pheanstalk\\": "pkg/pheanstalk/",
"Enqueue\\RdKafka\\": "pkg/rdkafka/",
"Enqueue\\Redis\\": "pkg/redis/",
"Enqueue\\SimpleClient\\": "pkg/simple-client/",
"Enqueue\\Sqs\\": "pkg/sqs/",
"Enqueue\\Stomp\\": "pkg/stomp/",
"Enqueue\\Test\\": "pkg/test/",
"Enqueue\\": "pkg/enqueue/"
},
"exclude-from-classmap": [
"/Tests/"
],
"files": [
"pkg/enqueue/functions_include.php"
]
},
"autoload-dev": {
"files": [
"pkg/enqueue/functions_include.php",
"pkg/rdkafka/Tests/bootstrap.php"
],
"psr-0": {
Expand All @@ -62,93 +97,9 @@
"ext-amqp": "1.9.3",
"ext-gearman": "1.1",
"ext-rdkafka": "3.3",
"ext-mongodb": "1.3"
}
},
"repositories": [
{
"type": "path",
"url": "pkg/test"
},
{
"type": "path",
"url": "pkg/enqueue"
},
{
"type": "path",
"url": "pkg/stomp"
},
{
"type": "path",
"url": "pkg/amqp-ext"
},
{
"type": "path",
"url": "pkg/amqp-lib"
},
{
"type": "path",
"url": "pkg/amqp-bunny"
},
{
"type": "path",
"url": "pkg/amqp-tools"
},
{
"type": "path",
"url": "pkg/redis"
},
{
"type": "path",
"url": "pkg/enqueue-bundle"
},
{
"type": "path",
"url": "pkg/job-queue"
},
{
"type": "path",
"url": "pkg/fs"
},
{
"type": "path",
"url": "pkg/null"
},
{
"type": "path",
"url": "pkg/dbal"
},
{
"type": "path",
"url": "pkg/sqs"
},
{
"type": "path",
"url": "pkg/pheanstalk"
},
{
"type": "path",
"url": "pkg/gearman"
},
{
"type": "path",
"url": "pkg/rdkafka"
},
{
"type": "path",
"url": "pkg/gps"
},
{
"type": "path",
"url": "pkg/simple-client"
},
{
"type": "path",
"url": "pkg/async-event-dispatcher"
},
{
"type": "path",
"url": "pkg/mongodb"
"ext-mongodb": "1.3",
"ext-bcmath": "1",
"ext-mbstring": "1"
}
]
}
}
3 changes: 1 addition & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ parameters:
- pkg/redis/PhpRedis.php
- pkg/redis/RedisConnectionFactory.php
- pkg/gearman
- pkg/amqp-ext/AmqpConsumer.php
- pkg/amqp-ext/AmqpContext.php
- pkg/amqp-ext
1 change: 0 additions & 1 deletion pkg/enqueue-bundle/Tests/Functional/App/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public function registerBundles()
$bundles = [
new \Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new \Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new \Symfony\Bundle\MonologBundle\MonologBundle(),
new \Enqueue\Bundle\EnqueueBundle(),
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public function registerBundles()
$bundles = [
new \Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new \Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new \Symfony\Bundle\MonologBundle\MonologBundle(),
new \Enqueue\Bundle\EnqueueBundle(),
];

Expand Down
6 changes: 0 additions & 6 deletions pkg/enqueue-bundle/Tests/Functional/App/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ framework:
router: { resource: '%kernel.root_dir%/config/routing.yml' }
default_locale: '%locale%'

monolog:
handlers:
main:
type: 'null'
level: 'error'

doctrine:
dbal:
driver: "%db.driver%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ framework:
router: { resource: '%kernel.root_dir%/config/routing.yml' }
default_locale: '%locale%'

monolog:
handlers:
main:
type: 'null'
level: 'error'

services:
test.message.processor:
class: 'Enqueue\Bundle\Tests\Functional\TestProcessor'
Expand Down
1 change: 0 additions & 1 deletion pkg/enqueue-bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"enqueue/test": "0.9.x-dev",
"php-amqplib/php-amqplib": "^2.7",
"doctrine/doctrine-bundle": "~1.2",
"symfony/monolog-bundle": "^3.4|^4",
"symfony/browser-kit": "^3.4|^4",
"symfony/expression-language": "^3.4|^4"
},
Expand Down
10 changes: 4 additions & 6 deletions pkg/mongodb/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"symfony/dependency-injection": "^4",
"symfony/config": "^4",
"queue-interop/queue-spec": "^0.5.5@dev",
"enqueue/test": "^0.8.25@dev",
"enqueue/enqueue": "^0.8@dev",
"enqueue/null": "^0.8@dev"
"enqueue/test": "0.9.x-dev",
"enqueue/enqueue": "0.9.x-dev",
"enqueue/null": "0.9.x-dev"
},
"support": {
"email": "[email protected]",
Expand All @@ -32,9 +32,7 @@
"docs": "https://github.com/php-enqueue/enqueue-dev/blob/master/docs/index.md"
},
"autoload": {
"psr-4": {
"Enqueue\\Mongodb\\": ""
},
"psr-4": { "Enqueue\\Mongodb\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
Expand Down