Skip to content

Commit

Permalink
Going Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
vitex committed Jul 29, 2020
1 parent 9d95e7f commit c3e2c6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"spoje.net/flexibee": "dev-master",
"vitexsoftware/ease-html": "dev-master"
"vitexsoftware/ease-html": "^1.23",
"spojenet/flexibee": "^1.37"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
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 c3e2c6c

Please sign in to comment.