Skip to content

Commit 100040e

Browse files
committed
composer: requires nette/utils 2.3.3
1 parent abfbc4e commit 100040e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=5.6.0",
18-
"nette/neon": "~2.3",
18+
"nette/neon": "^2.3.3",
1919
"nette/php-generator": "~2.4",
2020
"nette/utils": "~2.3"
2121
},

tests/DI/NeonAdapter.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ php:
7777
zlib.output_compression: true
7878
date.timezone: Europe/Prague
7979
EOD
80-
, preg_replace('#(\t*\n){3,}#', "\n\n", file_get_contents(TEMP_FILE)));
80+
, file_get_contents(TEMP_FILE));
8181

8282

8383
$data = $config->load('files/neonAdapter.neon');
@@ -115,7 +115,7 @@ development < production:
115115
116116
nothing: null
117117
EOD
118-
, preg_replace('#(\t*\n){3,}#', "\n\n", file_get_contents(TEMP_FILE)));
118+
, file_get_contents(TEMP_FILE));
119119

120120

121121
$data = $config->load('files/neonAdapter.entity.neon');

0 commit comments

Comments
 (0)