Skip to content

Commit

Permalink
feat: move to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pirs1337 committed Nov 19, 2024
1 parent b68ed41 commit 45be8c8
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"spatie/laravel-ignition": "^2.8",
"symfony/http-client": "^7.1.3",
"symfony/mailgun-mailer": "^7.1.3",
"symfony/postmark-mailer": "^7.1",
"ronasit/laravel-project-initializator": "0.0.1-beta"
"symfony/postmark-mailer": "^7.1"
},
"require-dev": {
"ext-json": "*",
Expand All @@ -37,7 +36,8 @@
"mockery/mockery": "^1.6",
"php-coveralls/php-coveralls": "^2.7",
"phpunit/phpunit": "^10.5",
"ronasit/laravel-entity-generator": "^3.1"
"ronasit/laravel-entity-generator": "^3.1",
"ronasit/laravel-project-initializator": "0.0.1-beta"
},
"autoload": {
"classmap": [
Expand Down
134 changes: 67 additions & 67 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45be8c8

Please sign in to comment.