Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dingo/blueprint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DoctorLines/blueprint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 29, 2017

  1. Copy the full SHA
    2429e8f View commit details
  2. Merge branch 'work'

    DoctorLines committed Aug 29, 2017
    Copy the full SHA
    ae0aae0 View commit details
  3. Fix package name

    DoctorLines committed Aug 29, 2017
    Copy the full SHA
    d111cc8 View commit details
  4. Merge branch 'work'

    DoctorLines committed Aug 29, 2017
    Copy the full SHA
    fad5926 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 composer.json
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dingo/blueprint",
"name": "doctorlines/blueprint",
"description": "API Blueprint documentation generator.",
"keywords": ["blueprint", "api", "laravel", "dingo", "docs"],
"license": "BSD-3-Clause",
@@ -14,7 +14,7 @@
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"doctrine/annotations": "~1.2",
"phpdocumentor/reflection-docblock": "3.1.*"
"phpdocumentor/reflection-docblock": "3.*"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.0",