Skip to content

Commit

Permalink
Move to using AntLoader (#38)
Browse files Browse the repository at this point in the history
* Move to using AntLoader

* Update composer lockfile

I fixed the wrong classname in AntLoader

* Update tests

* It works!

* Use AntLoader 1.0.0
  • Loading branch information
BelleNottelling committed May 5, 2023
1 parent e6a59c0 commit b31e88a
Show file tree
Hide file tree
Showing 6 changed files with 363 additions and 155 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/.github"
directory: "/"
schedule:
interval: "daily"

Expand Down
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"issues": "https://github.com/AntCMS-org/AntCMS/issues"
},
"require": {
"symfony/yaml": "^6.0",
"php": ">=8.0",
"league/commonmark": "^2.3",
"antcms/antloader": "^1.0.0",
"elgigi/commonmark-emoji": "^2.0",
"twig/twig": "^3.5",
"shapecode/twig-string-loader": "^1.1",
"embed/embed": "^4.4",
"league/commonmark": "^2.3",
"nyholm/psr7": "^1.5",
"simonvomeyser/commonmark-ext-lazy-image": "^2.0"
"shapecode/twig-string-loader": "^1.1",
"simonvomeyser/commonmark-ext-lazy-image": "^2.0",
"symfony/yaml": "^6.0",
"twig/twig": "^3.5"
},
"authors": [
{
Expand All @@ -26,7 +27,8 @@
}
],
"config": {
"vendor-dir": "src/Vendor"
"vendor-dir": "src/Vendor",
"sort-packages": true
},
"require-dev": {
"phpstan/phpstan": "^1.9",
Expand Down
Loading

0 comments on commit b31e88a

Please sign in to comment.