Skip to content

Commit

Permalink
Fixes monorepo builder issues
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Sep 13, 2022
1 parent 2fb3854 commit a3b95cc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -49,7 +49,7 @@
"psr/simple-cache": "2 - 3",
"spiral/attributes": "^2.8|^3.0",
"spiral/composer-publish-plugin": "^1.0",
"symfony/console": "^6.0",
"symfony/console": "^5.3.7|^6.0",
"symfony/finder": "^5.3.7|^6.0",
"symfony/mailer": "^5.1|^6.0",
"symfony/translation": "^5.1|^6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/AnnotatedRoutes/composer.json
Expand Up @@ -28,7 +28,7 @@
],
"require": {
"php": ">=8.1",
"spiral/attributes": "^3.0",
"spiral/attributes": "^2.8|^3.0",
"spiral/router": "^3.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Boot/composer.json
Expand Up @@ -33,7 +33,7 @@
"spiral/config": "^3.0",
"spiral/debug": "^3.0",
"spiral/exceptions": "^3.0",
"spiral/attributes": "^3.0",
"spiral/attributes": "^2.8|^3.0",
"spiral/events": "^3.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Events/composer.json
Expand Up @@ -28,7 +28,7 @@
],
"require": {
"php": ">=8.1",
"spiral/attributes": "^2.8 || ^3.0",
"spiral/attributes": "^2.8|^3.0",
"spiral/tokenizer": "^3.0",
"psr/event-dispatcher": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/composer.json
Expand Up @@ -32,7 +32,7 @@
"ext-mbstring": "*",
"codedungeon/php-cli-colors": "^1.11",
"spiral/debug": "^3.0",
"psr/container": "^1.1 || ^2.0",
"psr/container": "^1.1|^2.0",
"psr/log": "1 - 3"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Filters/composer.json
Expand Up @@ -29,7 +29,7 @@
"require": {
"php": ">=8.1",
"spiral/auth": "^3.0",
"spiral/attributes": "^3.0",
"spiral/attributes": "^2.8|^3.0",
"spiral/core": "^3.0",
"spiral/models": "^3.0",
"spiral/validation": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Prototype/composer.json
Expand Up @@ -32,7 +32,7 @@
"nikic/php-parser": "^4.13.2",
"doctrine/inflector": "^1.4|^2.0",
"spiral/console": "^3.0",
"spiral/attributes": "^3.0"
"spiral/attributes": "^2.8|^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Queue/composer.json
Expand Up @@ -33,7 +33,7 @@
"spiral/hmvc": "^3.0",
"spiral/serializer": "^3.0",
"spiral/snapshots": "^3.0",
"spiral/attributes": "^3.0",
"spiral/attributes": "^2.8|^3.0",
"doctrine/inflector": "^1.4|^2.0",
"ramsey/uuid": "^4.2.3",
"psr/event-dispatcher": "^1.0"
Expand Down

0 comments on commit a3b95cc

Please sign in to comment.