Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Added XML Core package to Require section
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Mar 21, 2019
1 parent 3638d17 commit 6ce59a3
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 3 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"require": {
"php": "^7.1.3",
"ext-dom": "*",
"andrey-helldar/xml-core": "^1.0-dev",
"illuminate/database": "^5.6",
"illuminate/support": "^5.6",
"nesbot/carbon": "^1.26.3 || ^2.0",
Expand All @@ -28,7 +29,8 @@
},
"autoload": {
"psr-4": {
"Helldar\\Sitemap\\": "src/"
"Helldar\\Sitemap\\": "src/",
"Helldar\\Core\\Xml\\": "xml-core/src"
}
},
"autoload-dev": {
Expand Down
Loading

0 comments on commit 6ce59a3

Please sign in to comment.