Skip to content

Commit

Permalink
open 3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
natepage committed Mar 9, 2021
1 parent 3c0e047 commit 5f9f69e
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions packages/EasyApiToken/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"phpunit/phpunit": "^8.4 || ^9.5",
"ext-openssl": "^7.1",
"firebase/php-jwt": "^5.0",
"eonx-com/easy-psr7-factory": "^3.0.5",
"eonx-com/easy-utils": "^3.0.5",
"eonx-com/easy-psr7-factory": "^3.0",
"eonx-com/easy-utils": "^3.0",
"auth0/auth0-php": "^5.4",
"psr/container": "^1.0",
"laravel/lumen-framework": "^5.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/EasyAsync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-event-dispatcher": "^3.0.5",
"eonx-com/easy-pagination": "^3.0.5",
"eonx-com/easy-random": "^3.0.5",
"eonx-com/easy-event-dispatcher": "^3.0",
"eonx-com/easy-pagination": "^3.0",
"eonx-com/easy-random": "^3.0",
"nette/utils": "^3.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyAwsCredentialsFinder/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-utils": "^3.0.5",
"eonx-com/easy-utils": "^3.0",
"symfony/process": "^4.4 || ^5.1.5",
"symplify/package-builder": "^8.3.41",
"symplify/autowire-array-parameter": "^8.3.41",
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyBankFiles/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.2",
"nette/utils": "^3.1",
"eonx-com/easy-error-handler": "^3.0.5",
"eonx-com/easy-error-handler": "^3.0",
"monolog/monolog": "^2.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyBugsnag/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.2",
"bugsnag/bugsnag": "^3.19",
"eonx-com/easy-utils": "^3.0.5",
"eonx-com/easy-utils": "^3.0",
"nette/utils": "^3.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyDecision/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-utils": "^3.0.5",
"eonx-com/easy-utils": "^3.0",
"symfony/expression-language": "^4.4 || ^5.1.5"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions packages/EasyErrorHandler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-logging": "^3.0.5",
"eonx-com/easy-utils": "^3.0.5",
"eonx-com/easy-logging": "^3.0",
"eonx-com/easy-utils": "^3.0",
"nesbot/carbon": "^2.22"
},
"require-dev": {
"eonx-com/easy-bugsnag": "^3.0.5",
"eonx-com/easy-bugsnag": "^3.0",
"phpunit/phpunit": "^8.4 || ^9.5",
"laravel/lumen-framework": "^5.5",
"symfony/symfony": "^4.4 || ^5.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyLogging/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-utils": "^3.0.5"
"eonx-com/easy-utils": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4 || ^9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyNotification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.2",
"aws/aws-sdk-php": "^3.134",
"eonx-com/easy-utils": "^3.0.5",
"eonx-com/easy-utils": "^3.0",
"nette/utils": "^3.1",
"symfony/http-client": "^4.4 || ^5.1.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyPagination/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": "^7.2"
},
"require-dev": {
"eonx-com/easy-psr7-factory": "^3.0.5",
"eonx-com/easy-psr7-factory": "^3.0",
"phpunit/phpunit": "^8.4 || ^9.5",
"laravel/lumen-framework": "^5.5",
"vlucas/phpdotenv": "^3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/EasyRepository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"phpunit/phpunit": "^8.4 || ^9.5",
"mockery/mockery": "^1.2",
"doctrine/orm": "^2.6",
"eonx-com/easy-pagination": "^3.0.5",
"eonx-com/easy-pagination": "^3.0",
"laravel/lumen-framework": "^5.5",
"vlucas/phpdotenv": "^3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/EasyRequestId/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-random": "^3.0.5",
"eonx-com/easy-utils": "^3.0.5"
"eonx-com/easy-random": "^3.0",
"eonx-com/easy-utils": "^3.0"
},
"require-dev": {
"ramsey/uuid": "^3.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/EasySchedule/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"nesbot/carbon": "^2.22",
"dragonmantank/cron-expression": "^2.3",
"symfony/console": "^4.4 || ^5.1.5",
"eonx-com/easy-lock": "^3.0.5"
"eonx-com/easy-lock": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4 || ^9.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/EasySecurity/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"require": {
"php": "^7.2",
"nette/utils": "^3.1",
"eonx-com/easy-api-token": "^3.0.5",
"eonx-com/easy-event-dispatcher": "^3.0.5",
"eonx-com/easy-utils": "^3.0.5"
"eonx-com/easy-api-token": "^3.0",
"eonx-com/easy-event-dispatcher": "^3.0",
"eonx-com/easy-utils": "^3.0"
},
"require-dev": {
"eonx-com/easy-bugsnag": "^3.0.5",
"eonx-com/easy-bugsnag": "^3.0",
"phpunit/phpunit": "^8.4 || ^9.5",
"laravel/lumen-framework": "^5.5",
"symfony/symfony": "^4.4 || ^5.1.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/EasySsm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": "^7.2",
"aws/aws-sdk-php": "^3.134",
"eonx-com/easy-aws-credentials-finder": "^3.0.5",
"eonx-com/easy-random": "^3.0.5",
"eonx-com/easy-aws-credentials-finder": "^3.0",
"eonx-com/easy-random": "^3.0",
"nette/utils": "^3.1",
"symplify/package-builder": "^8.3.41",
"symplify/autowire-array-parameter": "^8.3.41"
Expand Down
10 changes: 5 additions & 5 deletions packages/EasyWebhook/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"license": "MIT",
"require": {
"php": "^7.2",
"eonx-com/easy-event-dispatcher": "^3.0.5",
"eonx-com/easy-lock": "^3.0.5",
"eonx-com/easy-random": "^3.0.5",
"eonx-com/easy-utils": "^3.0.5",
"eonx-com/easy-event-dispatcher": "^3.0",
"eonx-com/easy-lock": "^3.0",
"eonx-com/easy-random": "^3.0",
"eonx-com/easy-utils": "^3.0",
"nesbot/carbon": "^2.22",
"nette/utils": "^3.1",
"symfony/http-client": "^4.4 || ^5.1.5"
},
"require-dev": {
"doctrine/dbal": "^2.6",
"eonx-com/easy-pagination": "^3.0.5",
"eonx-com/easy-pagination": "^3.0",
"illuminate/database": "^5.5 || ^6.20.14",
"ramsey/uuid": "^3.9",
"phpunit/phpunit": "^8.4 || ^9.5",
Expand Down

0 comments on commit 5f9f69e

Please sign in to comment.