File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 21
21
},
22
22
"minimum-stability" : " stable" ,
23
23
"require" : {
24
- "vitexsoftware/ease-html" : " dev-main "
24
+ "vitexsoftware/ease-html" : " ^1.32 "
25
25
},
26
26
"require-dev" : {
27
27
"phpunit/phpunit" : " *" ,
28
28
"phpstan/phpstan" : " *" ,
29
- "friendsofphp/php-cs-fixer" : " ^3.61 " ,
29
+ "friendsofphp/php-cs-fixer" : " ^3.64 " ,
30
30
"ergebnis/composer-normalize" : " ^2.43" ,
31
31
"ergebnis/php-cs-fixer-config" : " ^6.34"
32
32
},
Original file line number Diff line number Diff line change 1
- php-vitexsoftware-ease-html-widgets (0 .1.0) UNRELEASED; urgency=low
1
+ php-vitexsoftware-ease-html-widgets (1 .1.0) UNRELEASED; urgency=medium
2
2
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 ]
3
10
* Initial release. Closes: #nnnn
4
11
<nnnn is the bug number of your ITP>
5
12
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
Original file line number Diff line number Diff line change
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
1
13
include.path =${php.global.include.path}
2
14
php.version =PHP_83
3
15
source.encoding =UTF-8
4
16
src.dir =src
5
17
tags.asp =false
6
18
tags.short =false
19
+ test.src.dir =tests
20
+ testing.providers =PhpUnit
7
21
web.root =.
You can’t perform that action at this time.
0 commit comments