-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #419 from php-enqueue/drop-php-5-support
Drop PHP5 support, Drop Symfony 2.X support.
- Loading branch information
Showing
25 changed files
with
142 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#!/bin/bash | ||
|
||
set -x | ||
set -e | ||
|
||
rm -rf vendor/enqueue/* | ||
ln -s ../../pkg/amqp-bunny vendor/enqueue | ||
ln -s ../../pkg/amqp-ext vendor/enqueue | ||
ln -s ../../pkg/amqp-lib vendor/enqueue | ||
ln -s ../../pkg/amqp-tools vendor/enqueue | ||
ln -s ../../pkg/async-event-dispatcher vendor/enqueue | ||
ln -s ../../pkg/dbal vendor/enqueue | ||
ln -s ../../pkg/enqueue vendor/enqueue | ||
ln -s ../../pkg/enqueue-bundle vendor/enqueue | ||
ln -s ../../pkg/fs vendor/enqueue | ||
ln -s ../../pkg/gearman vendor/enqueue | ||
ln -s ../../pkg/gps vendor/enqueue | ||
ln -s ../../pkg/job-queue vendor/enqueue | ||
ln -s ../../pkg/null vendor/enqueue | ||
ln -s ../../pkg/pheanstalk vendor/enqueue | ||
ln -s ../../pkg/rdkafka vendor/enqueue | ||
ln -s ../../pkg/redis vendor/enqueue | ||
ln -s ../../pkg/simple-client vendor/enqueue | ||
ln -s ../../pkg/sqs vendor/enqueue | ||
ln -s ../../pkg/stomp vendor/enqueue | ||
ln -s ../../pkg/test vendor/enqueue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,8 @@ | |
"homepage": "https://enqueue.forma-pro.com/", | ||
"license": "MIT", | ||
"require": { | ||
"php": ">=5.6", | ||
|
||
"queue-interop/amqp-interop": "^0.7@dev", | ||
"php": "^7.1.3", | ||
"queue-interop/amqp-interop": "^0.8@dev", | ||
"bunny/bunny": "^0.2.4", | ||
"enqueue/amqp-tools": "^0.9@dev" | ||
}, | ||
|
@@ -18,8 +17,8 @@ | |
"enqueue/enqueue": "^0.9@dev", | ||
"enqueue/null": "^0.9@dev", | ||
"queue-interop/queue-spec": "^0.5.3@dev", | ||
"symfony/dependency-injection": "^2.8|^3|^4", | ||
"symfony/config": "^2.8|^3|^4" | ||
"symfony/dependency-injection": "^3.4|^4", | ||
"symfony/config": "^3.4|^4" | ||
}, | ||
"support": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
"homepage": "https://enqueue.forma-pro.com/", | ||
"license": "MIT", | ||
"require": { | ||
"php": ">=5.6", | ||
"php": "^7.1.3", | ||
"ext-amqp": "^1.9.3", | ||
"queue-interop/amqp-interop": "^0.7@dev", | ||
"queue-interop/amqp-interop": "^0.8@dev", | ||
"enqueue/amqp-tools": "^0.9@dev" | ||
}, | ||
"require-dev": { | ||
|
@@ -18,8 +18,8 @@ | |
"enqueue/null": "^0.9@dev", | ||
"queue-interop/queue-spec": "^0.5.3@dev", | ||
"empi89/php-amqp-stubs": "*@dev", | ||
"symfony/dependency-injection": "^2.8|^3|^4", | ||
"symfony/config": "^2.8|^3|^4" | ||
"symfony/dependency-injection": "^3.4|^4", | ||
"symfony/config": "^3.4|^4" | ||
}, | ||
"support": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,9 @@ | |
"homepage": "https://enqueue.forma-pro.com/", | ||
"license": "MIT", | ||
"require": { | ||
"php": ">=5.6", | ||
"php-amqplib/php-amqplib": "^2.7@dev", | ||
"queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1", | ||
"queue-interop/amqp-interop": "^0.7@dev", | ||
"php": "^7.1.3", | ||
"php-amqplib/php-amqplib": "^2.7", | ||
"queue-interop/amqp-interop": "^0.8@dev", | ||
"enqueue/amqp-tools": "^0.9@dev" | ||
}, | ||
"require-dev": { | ||
|
@@ -18,8 +17,8 @@ | |
"enqueue/enqueue": "^0.9@dev", | ||
"enqueue/null": "^0.9@dev", | ||
"queue-interop/queue-spec": "^0.5.3@dev", | ||
"symfony/dependency-injection": "^2.8|^3|^4", | ||
"symfony/config": "^2.8|^3|^4" | ||
"symfony/dependency-injection": "^3.4|^4", | ||
"symfony/config": "^3.4|^4" | ||
}, | ||
"support": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
"homepage": "https://enqueue.forma-pro.com/", | ||
"license": "MIT", | ||
"require": { | ||
"php": ">=5.6", | ||
"queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1", | ||
"php": "^7.1.3", | ||
"queue-interop/queue-interop": "^0.7@dev", | ||
"doctrine/dbal": "~2.5", | ||
"ramsey/uuid": "^3" | ||
}, | ||
|
@@ -17,8 +17,8 @@ | |
"enqueue/enqueue": "^0.9@dev", | ||
"enqueue/null": "^0.9@dev", | ||
"queue-interop/queue-spec": "^0.5.5@dev", | ||
"symfony/dependency-injection": "^2.8|^3|^4", | ||
"symfony/config": "^2.8|^3|^4" | ||
"symfony/dependency-injection": "^3.4|^4", | ||
"symfony/config": "^3.4|^4" | ||
}, | ||
"support": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
"homepage": "https://enqueue.forma-pro.com/", | ||
"license": "MIT", | ||
"require": { | ||
"php": ">=5.6", | ||
"queue-interop/queue-interop": "^0.6|^1.0.0-alpha1", | ||
"symfony/filesystem": "^2.8|^3|^4", | ||
"php": "^7.1.3", | ||
"queue-interop/queue-interop": "^0.7@dev", | ||
"symfony/filesystem": "^3.4|^4", | ||
"makasim/temp-file": "^0.2@stable" | ||
}, | ||
"require-dev": { | ||
|
@@ -17,9 +17,9 @@ | |
"enqueue/null": "^0.9@dev", | ||
"enqueue/test": "^0.9@dev", | ||
"queue-interop/queue-spec": "^0.5.3@dev", | ||
"symfony/dependency-injection": "^2.8|^3|^4", | ||
"symfony/config": "^2.8|^3|^4", | ||
"symfony/phpunit-bridge": "^2.8|^3|^4" | ||
"symfony/dependency-injection": "^3.4|^4", | ||
"symfony/config": "^3.4|^4", | ||
"symfony/phpunit-bridge": "^3.4|^4" | ||
}, | ||
"support": { | ||
"email": "[email protected]", | ||
|
Oops, something went wrong.