Skip to content

Commit

Permalink
Merge pull request #135 from getherbie/2.x-develop
Browse files Browse the repository at this point in the history
2.x develop
  • Loading branch information
tbreuss authored Jul 8, 2023
2 parents 46da456 + e37a970 commit 1ba7975
Show file tree
Hide file tree
Showing 26 changed files with 6,688 additions and 391 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/website/vendor

# composer lock files
/composer.lock
/website/composer.lock

# site folder
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"psr/log": "^1.1",
"psr/simple-cache": "^1.0",
"symfony/console": "^5.0",
"symfony/finder": "5.4",
"symfony/yaml": "^5.4",
"twig/twig": "^3.4"
},
Expand All @@ -45,7 +46,7 @@
},
"autoload-dev": {
"psr-4": {
"website\\site\\": "website/site",
"herbie\\website\\site\\": "website/site",
"herbie\\tests\\": "tests"
}
},
Expand All @@ -62,7 +63,7 @@
"getherbie/plugin-simplesearch": "dev-master",
"guzzlehttp/psr7": "^2.4",
"laminas/laminas-diactoros": "^2.24",
"netcarver/textile": "^3.7",
"netcarver/textile": "^4.0",
"nyholm/psr7": "^1.5",
"nyholm/psr7-server": "^1.0",
"phpstan/phpstan": "^1.8",
Expand Down
Loading

0 comments on commit 1ba7975

Please sign in to comment.