File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
# ####################################
7
7
# === Unique stage without payload ===
8
8
# ####################################
9
- FROM php:8.4-apache
9
+ FROM php:8.4.5RC1 -apache
10
10
11
11
# === Install gd PHP dependencie ===
12
12
RUN set -x \
@@ -58,7 +58,7 @@ RUN set -ex \
58
58
&& rm -rf /var/lib/apt/lists/*
59
59
60
60
# === Install xdebug PHP dependencies ===
61
- RUN pecl install xdebug-3.4.0 \
61
+ RUN pecl install xdebug-3.4.1 \
62
62
&& docker-php-ext-enable xdebug
63
63
64
64
# === php default ===
Original file line number Diff line number Diff line change 6
6
# ####################################
7
7
# === Unique stage without payload ===
8
8
# ####################################
9
- FROM php:8.4-fpm
9
+ FROM php:8.4.5RC1 -fpm
10
10
11
11
# === Install gd PHP dependencies ===
12
12
RUN set -x \
Original file line number Diff line number Diff line change 17
17
*/
18
18
19
19
use League \CommonMark \Environment \Environment ;
20
- use League \CommonMark \Exception \CommonMarkException ;
21
20
use League \CommonMark \Extension \CommonMark \CommonMarkCoreExtension ;
22
21
use League \CommonMark \Extension \GithubFlavoredMarkdownExtension ;
23
22
use League \CommonMark \MarkdownConverter ;
You can’t perform that action at this time.
0 commit comments