Skip to content

Commit

Permalink
feat(gigascience#2): adding Navigation plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne committed Oct 16, 2023
1 parent 371c9c6 commit 5bc1734
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 2,170 deletions.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"require": {
"craftcms/cms": "^4.4.0",
"verbb/navigation": "^2.0",
"vlucas/phpdotenv": "^5.4.0"
},
"require-dev": {
Expand All @@ -27,5 +28,12 @@
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example.dev', '.env');\""
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://composer.craftcms.com",
"canonical": false
}
]
}
Loading

0 comments on commit 5bc1734

Please sign in to comment.