Skip to content

Commit 94ef3f7

Browse files
authored
Update composer.json
1 parent 55958ec commit 94ef3f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"downloads": {
3838
"vendor-patch/autoload-package": {
3939
"url": "https://github.com/vendor-patch/autoload-package/archive/refs/heads/master.zip",
40-
"path": "./modules/vendor-patch/autoload-package",
40+
"path": "./../../../modules/vendor-patch/autoload-package",
4141
"ignore": [".*"]
4242
},
4343
"inverisoss/tiny-php-queue": {
4444
"url": "https://github.com/inverisOSS/tiny-php-queue/archive/refs/tags/1.0.0.zip",
45-
"path": "./modules/inverisoss/tiny-php-queue",
45+
"path": "./../../../modules/inverisoss/tiny-php-queue",
4646
"ignore": [".*"]
4747
}
4848
}
@@ -83,8 +83,7 @@
8383
"karelwintersky/monolog-pdo-handler" : "*",
8484
"catfan/medoo" : "*",
8585
"byjg/migration" : "*",
86-
"bramus/router" : "*",
87-
"inverisoss/tiny-php-queue": "1.0.0"
86+
"bramus/router" : "*"
8887
},
8988
"autoload": {
9089
"classmap" : ["src/"],

0 commit comments

Comments
 (0)