-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
015cfae
commit 913cc07
Showing
4 changed files
with
1,525 additions
and
1,413 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,22 @@ | |
"description": "Better HTML attribute handling for your snippets and templates.", | ||
"license": "MIT", | ||
"type": "kirby-plugin", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"authors": [ | ||
{ | ||
"name": "Fabian Michael", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^3.13", | ||
"phpunit/phpunit": "^9", | ||
"phpmd/phpmd" : "@stable", | ||
"vimeo/psalm": "^5.1", | ||
"getkirby/cms": "^3.9" | ||
}, | ||
"require": { | ||
"getkirby/composer-installer": "^1.2", | ||
"getkirby/cms": "^3.8" | ||
"getkirby/composer-installer": "^1.2" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
@@ -41,11 +47,5 @@ | |
"extra": { | ||
"kirby-cms-path": false, | ||
"installer-name": "template-attributes" | ||
}, | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^3.13", | ||
"phpunit/phpunit": "^9", | ||
"phpmd/phpmd" : "@stable", | ||
"vimeo/psalm": "^5.1" | ||
} | ||
} |
Oops, something went wrong.