Skip to content

Commit

Permalink
Updated Doctrine libs to recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
icomefromthenet authored and pointybeard committed Nov 27, 2020
1 parent b3b95b0 commit 3ea7e3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php
php:
- 7.1
- 7.2
- 7.3

before_script:
- composer install
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"phpunit/phpunit": "^8"
},
"require": {
"php" : "^7.1",
"doctrine/common" : "^2.8",
"php" : "^7.2",
"doctrine/lexer" : "1.2.1",
"doctrine/collections" : "1.6.5",
"patchwork/utf8" : ">=1.3"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/ReverseRegex/Lexer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace ReverseRegex;

use \Doctrine\Common\Lexer as BaseLexer;
use Doctrine\Common\Lexer as BaseLexer;
use ReverseRegex\Exception as LexerException;

/**
Expand Down

0 comments on commit 3ea7e3e

Please sign in to comment.