Skip to content

Commit 6601e73

Browse files
committed
Merge branch 'main' of github.com:VitexSoftware/php-vitexsoftware-ease-html-widgets
2 parents 63af103 + 145bc05 commit 6601e73

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
},
2222
"minimum-stability": "stable",
2323
"require": {
24-
"vitexsoftware/ease-html": "dev-main"
24+
"vitexsoftware/ease-html": "^1.32"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "*",
2828
"phpstan/phpstan": "*",
29-
"friendsofphp/php-cs-fixer": "^3.61",
29+
"friendsofphp/php-cs-fixer": "^3.64",
3030
"ergebnis/composer-normalize": "^2.43",
3131
"ergebnis/php-cs-fixer-config": "^6.34"
3232
},

debian/changelog

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
php-vitexsoftware-ease-html-widgets (0.1.0) UNRELEASED; urgency=low
1+
php-vitexsoftware-ease-html-widgets (1.1.0) UNRELEASED; urgency=medium
22

3+
* Semantic versioning of depse
4+
5+
-- <[email protected]> Fri, 15 Nov 2024 19:40:43 +0100
6+
7+
php-vitexsoftware-ease-html-widgets (0.1.0) unstable; urgency=low
8+
9+
[ Vítězslav Dvořák ]
310
* Initial release. Closes: #nnnn
411
<nnnn is the bug number of your ITP>
512

6-
-- Vítězslav Dvořák <info@vitexsoftware.cz> Sat, 19 Oct 2024 11:12:51 +0200
13+
-- <vitezslav.dvorak@spojenet.cz> Fri, 15 Nov 2024 19:40:37 +0100

nbproject/project.properties

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1+
auxiliary.org-netbeans-modules-php-phpunit.bootstrap_2e_create_2e_tests=false
2+
auxiliary.org-netbeans-modules-php-phpunit.bootstrap_2e_enabled=false
3+
auxiliary.org-netbeans-modules-php-phpunit.bootstrap_2e_path=
4+
auxiliary.org-netbeans-modules-php-phpunit.configuration_2e_enabled=false
5+
auxiliary.org-netbeans-modules-php-phpunit.configuration_2e_path=
6+
auxiliary.org-netbeans-modules-php-phpunit.customSuite_2e_enabled=false
7+
auxiliary.org-netbeans-modules-php-phpunit.customSuite_2e_path=
8+
auxiliary.org-netbeans-modules-php-phpunit.phpUnit_2e_enabled=false
9+
auxiliary.org-netbeans-modules-php-phpunit.phpUnit_2e_path=
10+
auxiliary.org-netbeans-modules-php-phpunit.test_2e_groups_2e_ask=false
11+
auxiliary.org-netbeans-modules-php-phpunit.test_2e_run_2e_all=false
12+
auxiliary.org-netbeans-modules-php-phpunit.test_2e_run_2e_phpunit_2e_only=false
113
include.path=${php.global.include.path}
214
php.version=PHP_83
315
source.encoding=UTF-8
416
src.dir=src
517
tags.asp=false
618
tags.short=false
19+
test.src.dir=tests
20+
testing.providers=PhpUnit
721
web.root=.

0 commit comments

Comments
 (0)