File tree 5 files changed +14
-14
lines changed
5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"require" : {
27
27
"php" : " >=7.4" ,
28
- "mathiasverraes /parsica" : " ^0.6.1 "
28
+ "parsica-php /parsica" : " ^0.7 "
29
29
},
30
30
"require-dev" : {
31
31
"phpunit/phpunit" : " ^9.5.0" ,
Original file line number Diff line number Diff line change 4
4
5
5
namespace Kdl \Kdl ;
6
6
7
- use Verraes \Parsica \ParserHasFailed ;
7
+ use Parsica \Parsica \ParserHasFailed ;
8
8
9
9
class Parser
10
10
{
Original file line number Diff line number Diff line change 4
4
5
5
namespace Kdl \Kdl ;
6
6
7
- use Verraes \Parsica \Parser ;
7
+ use Parsica \Parsica \Parser ;
8
8
9
- use function Verraes \Parsica \{andPred ,
9
+ use function Parsica \Parsica \{andPred ,
10
10
anySingleBut ,
11
11
assemble ,
12
12
atLeastOne ,
Original file line number Diff line number Diff line change 4
4
5
5
namespace Kdl \Kdl ;
6
6
7
- use Verraes \Parsica \Internal \Assert ;
8
- use Verraes \Parsica \Internal \EndOfStream ;
9
- use Verraes \Parsica \Internal \Fail ;
10
- use Verraes \Parsica \Internal \Succeed ;
11
- use Verraes \Parsica \Parser ;
12
- use Verraes \Parsica \ParseResult ;
13
- use Verraes \Parsica \Stream ;
7
+ use Parsica \Parsica \Internal \Assert ;
8
+ use Parsica \Parsica \Internal \EndOfStream ;
9
+ use Parsica \Parsica \Internal \Fail ;
10
+ use Parsica \Parsica \Internal \Succeed ;
11
+ use Parsica \Parsica \Parser ;
12
+ use Parsica \Parsica \ParseResult ;
13
+ use Parsica \Parsica \Stream ;
14
14
15
15
function isCharBetween (int $ from , int $ to ): callable
16
16
{
Original file line number Diff line number Diff line change 4
4
5
5
namespace Kdl \Kdl \Tests ;
6
6
7
- use PHPUnit \Framework \TestCase ;
8
7
use Kdl \Kdl \Document ;
9
- use Verraes \Parsica \Parser ;
10
- use Verraes \Parsica \ParserHasFailed ;
8
+ use Parsica \Parsica \Parser ;
9
+ use Parsica \Parsica \ParserHasFailed ;
10
+ use PHPUnit \Framework \TestCase ;
11
11
12
12
use function Kdl \Kdl \{boolean ,
13
13
escline ,
You can’t perform that action at this time.
0 commit comments