Skip to content

Commit

Permalink
Update dependencies composer.json. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Mar 31, 2024
1 parent ea0f8b3 commit aab2bcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
- Enh #1: Initial commit (@terabytesoftw)
- Enh #2: Add cookbook `NavBar` bootstrap5 `AlignRight` class (@terabytesoftw)
- Enh #3: Update last change `php-forge/awesome-widget` (@terabytesoftw)
- Fix #4: Update dependencies `composer.json` (@terabytesoftw)
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@
"require": {
"php": "^8.1",
"php-forge/awesome-widget": "^0.1",
"ui-awesome/html-core-component": "^1.0@dev",
"ui-awesome/html-helper": "^0.1",
"ui-awesome/html-svg":"^0.1"
"ui-awesome/html-core-component": "^0.1",
"ui-awesome/html-helper": "^0.2",
"ui-awesome/html-svg":"^0.2"
},
"require-dev": {
"maglnet/composer-require-checker": "^4.7",
"php-forge/support": "^0.1",
"phpunit/phpunit": "^10.5",
"roave/infection-static-analysis-plugin": "^1.34",
"symplify/easy-coding-standard": "^12.1",
"ui-awesome/html":"^0.2",
"vimeo/psalm": "^5.20"
},
"autoload": {
Expand Down

0 comments on commit aab2bcd

Please sign in to comment.