Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Aug 8, 2020
1 parent 4e2857c commit ba96daf
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 38 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -28,6 +28,6 @@
}
},
"require-dev": {
"phpunit/phpunit": ">=7"
"phpunit/phpunit": ">=8"
}
}
5 changes: 3 additions & 2 deletions debian/changelog
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
Expand All @@ -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
63 changes: 32 additions & 31 deletions debian/composer.json
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"
}
4 changes: 2 additions & 2 deletions debian/files
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
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ override_dh_auto_test:
echo tests temporarly skipped for now in rules file

override_dh_install:
jq '.address = "'`dpkg-parsechangelog | sed -n 's/^Version: //p'`'"' debian/composer.json |sponge debian/composer.json
dh_install

0 comments on commit ba96daf

Please sign in to comment.