Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from vdhicts/feature/update-dependencies-namespace
Browse files Browse the repository at this point in the history
Update dependencies and namespace
  • Loading branch information
dvdheiden authored May 4, 2018
2 parents bcbe87a + 1ac1c31 commit 54b946e
Show file tree
Hide file tree
Showing 18 changed files with 182 additions and 171 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package allows you to easily build a tagcloud from PHP.

## Requirements

This package requires PHP 7 and the renderers make use of [vdhicts/htmlelement](https://github.com/vdhicts/html-element).
This package requires PHP 7 and the renderers make use of [vdhicts/dicms-html-element](https://github.com/vdhicts/dicms-html-element).

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"require": {
"php": "^7.0",
"vdhicts/html-element": "^1.2"
"vdhicts/html-element": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"autoload": {
"psr-4": {
"Vdhicts\\TagcloudBuilder\\": "src/"
"Vdhicts\\Dicms\\Tagcloud\\": "src/"
}
}
}
Loading

0 comments on commit 54b946e

Please sign in to comment.