Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
railken committed Mar 29, 2024
1 parent 9e22e18 commit 726a7a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "MIT",
"require": {
"php": ">=8.2",
"amethyst/core": "0.3.*",
"amethyst/foo": "0.3.*"
"amethyst/core": "0.3.*"
},
"require-dev": {
"orchestra/testbench": "*",
"friendsofphp/php-cs-fixer": "^3.52"
"friendsofphp/php-cs-fixer": "^3.52",
"amethyst/foo": "0.3.*"
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit 726a7a1

Please sign in to comment.