Skip to content

Commit

Permalink
πŸ› Fix: require γ«γ‚γ£γŸγ‚„γ€γ‚’δΈ€ιƒ¨ dev へ (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuwasegu authored Mar 15, 2023
1 parent a85bc61 commit d8f362e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
vendor
.php-cs-fixer.cache
.phpunit.result.cache
composer.lock
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"keywords": ["php", "image", "base64"],
"require": {
"php": "^8.1",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.9",
"friendsofphp/php-cs-fixer": "^3.13",
"ext-fileinfo": "*"
},
"autoload": {
Expand All @@ -37,6 +34,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"yumemi-inc/php-cs-fixer-config": "^8.1"
"yumemi-inc/php-cs-fixer-config": "^8.1",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.9"
}
}

0 comments on commit d8f362e

Please sign in to comment.