Lines Matching +full:php +full:- +full:lint
2 "name": "mehrab-wj/tiktoken-php",
3 …"description": "a clone of python tiktoken but for PHP! fast BPE tokeniser for use with OpenAI's m…
13 "psr-4": {
17 "autoload-dev": {
18 "psr-4": {
22 "minimum-stability": "stable",
24 "php": "^8.1", string
25 "ext-mbstring": "*"
27 "require-dev": {
29 "symfony/var-dumper": "^6.2",
32 "friendsofphp/php-cs-fixer": "^3.14"
36 "test:lint": "php-cs-fixer fix",
41 "@test:lint",