Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuugg committed May 27, 2024
1 parent 9786145 commit 5bbab04
Showing 1 changed file with 15 additions and 28 deletions.
43 changes: 15 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,36 +42,8 @@
"email": "[email protected]"
}
],
"replace": {
"next/aop": "*",
"next/cache": "*",
"next/config": "*",
"next/database": "*",
"next/di": "*",
"next/event": "*",
"next/http-message": "*",
"next/http-server": "*",
"next/foundation": "*",
"next/routing": "*",
"next/session": "*",
"next/utils": "*",
"next/var-dumper": "*"
},
"require": {
"php": "^8.2",
"next/aop": "*",
"next/cache": "*",
"next/config": "*",
"next/database": "*",
"next/di": "*",
"next/event": "*",
"next/http-message": "*",
"next/http-server": "*",
"next/routing": "*",
"next/session": "*",
"next/var-dumper": "*",
"next/utils": "*",
"next/foundation": "*",
"psr/container": "^2.0",
"psr/simple-cache": "^1.0",
"psr/event-dispatcher": "^1.0",
Expand All @@ -92,6 +64,21 @@
"doctrine/inflector": "*",
"pestphp/pest": "^2.34"
},
"replace": {
"next/aop": "*",
"next/cache": "*",
"next/config": "*",
"next/database": "*",
"next/di": "*",
"next/event": "*",
"next/http-message": "*",
"next/http-server": "*",
"next/foundation": "*",
"next/routing": "*",
"next/session": "*",
"next/utils": "*",
"next/var-dumper": "*"
},
"scripts": {
"test": "@php ./vendor/bin/phpunit -c phpunit.xml --colors=always",
"cs-fix": "@php ./vendor/bin/php-cs-fixer fix $1",
Expand Down

0 comments on commit 5bbab04

Please sign in to comment.