Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

semour / semour_web

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file History
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
Switch branch/tag
  • semour_web
  • vendor
  • phpunit
  • php-token-stream
  • mushishixian's avatar
    扩展包 · 889d39c3
    mushishixian committed 2 years ago
    889d39c3
Name
Last commit
Last Update
..
.github 扩展包 2 years ago
src 扩展包 2 years ago
tests 扩展包 2 years ago
.gitattributes 扩展包 2 years ago
.gitignore 扩展包 2 years ago
.travis.yml 扩展包 2 years ago
ChangeLog.md 扩展包 2 years ago
LICENSE 扩展包 2 years ago
README.md 扩展包 2 years ago
build.xml 扩展包 2 years ago
composer.json 扩展包 2 years ago
phpunit.xml 扩展包 2 years ago
README.md

Build Status

php-token-stream

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require phpunit/php-token-stream

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev phpunit/php-token-stream