Skip to content

Commit

Permalink
🐛 bug: Fix acorn version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmomorales committed Apr 1, 2024
1 parent 8273396 commit 19a5994
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "generoi/sage-woocommerce",
"name": "adrianmomorales/sage-woocommerce",
"type": "library",
"license": "MIT",
"description": "",
"homepage": "https://github.com/generoi/sage-woocommerce",
"homepage": "https://github.com/adrianmomorales/sage-woocommerce",
"authors": [
{
"name": "Adrián Morales",
"email": "info@bufo.studio"
},
{
"name": "Oskar Schöldström",
"email": "public@oxy.fi"
Expand All @@ -16,7 +20,7 @@
}
},
"require": {
"roots/acorn": "*"
"roots/acorn": "^3"
},
"require-dev": {
"squizlabs/php_codesniffer": "~3.0"
Expand All @@ -28,7 +32,7 @@
"phpcs --ignore=vendor --extensions=php --standard=PSR2 ."
]
},
"archive" : {
"archive": {
"exclude": [
".gitignore"
]
Expand Down

0 comments on commit 19a5994

Please sign in to comment.