Skip to content

Commit f2cfb3a

Browse files
committed
Bump assert-library
1 parent 6dba7d2 commit f2cfb3a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
"guzzlehttp/psr7": "~2.8",
4747
"psr/clock": "~1.0",
48-
"simplesamlphp/assert": "~2.0",
48+
"simplesamlphp/assert": "~3.0",
4949
"simplesamlphp/composer-xmlprovider-installer": "~1.3"
5050
},
5151
"require-dev": {

tests/XML/Assert/AnyURITest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public static function provideValidURI(): array
4646
'diacritical' => [true, 'https://aä.com'],
4747
'spn' => [true, 'spn:a4cf592f-a64c-46ff-a788-b260f474525b'],
4848
'typos' => [true, 'https//www.uni.l/en/'],
49-
'spaces' => [true, 'this is silly'],
5049
'empty' => [true, ''],
5150
'azure-common' => [true, 'https://sts.windows.net/{tenantid}/'],
5251
'one' => [true, '1'],

0 commit comments

Comments
 (0)