File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 30
30
"psr/http-factory" : " ^1.0" ,
31
31
"psr/http-client" : " ^1.0" ,
32
32
"php-http/message" : " ^1.0" ,
33
- "php-ds/php-ds" : " 1.*" ,
34
33
"php-http/message-factory" : " ^1.0" ,
35
34
"stefanak-michal/bolt" : " ^2.5" ,
36
35
"symfony/polyfill-php80" : " ^1.2"
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ RUN apt-get update && apt-get install -y \
7
7
libzip-dev \
8
8
zip \
9
9
unzip \
10
- && docker-php-ext-install -j$(nproc) gd sockets bcmath \
11
- && pecl install ds \
12
- && docker-php-ext-enable ds
10
+ && docker-php-ext-install -j$(nproc) gd sockets bcmath
13
11
14
12
ARG WITH_XDEBUG=false
15
13
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ RUN apt-get update && apt-get install -y \
7
7
libzip-dev \
8
8
zip \
9
9
unzip \
10
- && docker-php-ext-install -j$(nproc) gd sockets bcmath \
11
- && pecl install ds \
12
- && docker-php-ext-enable ds
10
+ && docker-php-ext-install -j$(nproc) gd sockets bcmath
13
11
14
12
ARG WITH_XDEBUG=false
15
13
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ namespace Laudis \Neo4j \Databags ;
4
+
5
+ class Pair
6
+ {
7
+
8
+ }
You can’t perform that action at this time.
0 commit comments