-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
5 changed files
with
41 additions
and
38 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -9,9 +9,9 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"minimum-stability": "stable", | ||
"require": { | ||
"vitexsoftware/ease-html": "dev-master" | ||
"vitexsoftware/ease-html": "^1.23" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
@@ -28,6 +28,6 @@ | |
} | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": ">=7" | ||
"phpunit/phpunit": ">=8" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
php-ease-bootstrap (0.4.2) UNRELEASED; urgency=medium | ||
php-ease-bootstrap (0.4.3) UNRELEASED; urgency=medium | ||
|
||
[ Vítězslav Dvořák ] | ||
* First release | ||
|
@@ -10,5 +10,6 @@ php-ease-bootstrap (0.4.2) UNRELEASED; urgency=medium | |
* Form now accept only properties and content | ||
* Release v0.4.2 | ||
* Release v0.4.2 | ||
* Release v0.4.2 | ||
|
||
-- CyberVitexus <[email protected]> Thu, 18 Jun 2020 22:53:35 +0200 | ||
-- CyberVitexus <[email protected]> Sat, 08 Aug 2020 21:18:43 +0200 |
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 |
---|---|---|
@@ -1,34 +1,35 @@ | ||
{ | ||
"name": "deb/ease-twbootstrap", | ||
"description": "Set of Twitter Bootstrap 3 rendering objects (debianized)", | ||
"version": "0.1", | ||
"authors": [ | ||
{ | ||
"name": "Vítězslav Dvořák", | ||
"email": "[email protected]", | ||
"homepage": "http://v.s.cz/" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Ease\\TWB\\": "." | ||
} | ||
"name": "deb/ease-twbootstrap", | ||
"description": "Set of Twitter Bootstrap 3 rendering objects (debianized)", | ||
"version": "0.1", | ||
"authors": [ | ||
{ | ||
"name": "Vítězslav Dvořák", | ||
"email": "[email protected]", | ||
"homepage": "http://v.s.cz/" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Ease\\TWB\\": "." | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"require": { | ||
"deb/ease-html": "*" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "path", | ||
"url": "/usr/share/php/Ease" | ||
}, | ||
"minimum-stability": "dev", | ||
"require": { | ||
"deb/ease-html": "*" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "path", | ||
"url": "/usr/share/php/Ease" | ||
}, | ||
{ | ||
"type": "path", | ||
"url": "/usr/share/php/EaseHtml" | ||
} | ||
], | ||
"type": "library", | ||
"homepage": "http://v.s.cz/ease.php", | ||
"license": "GPL-2.0+" | ||
{ | ||
"type": "path", | ||
"url": "/usr/share/php/EaseHtml" | ||
} | ||
], | ||
"type": "library", | ||
"homepage": "http://v.s.cz/ease.php", | ||
"license": "GPL-2.0+", | ||
"address": "0.4.3" | ||
} |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
php-ease-bootstrap_0.4.2_all.deb web optional | ||
php-ease-bootstrap_0.4.2_amd64.buildinfo web optional | ||
php-ease-bootstrap_0.4.3_all.deb web optional | ||
php-ease-bootstrap_0.4.3_amd64.buildinfo web optional |
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