mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Merge branch 'v4.0.0-WIP' of github.com:php-loep/oauth2-server into v4.0.0-WIP
This commit is contained in:
		@@ -5,11 +5,12 @@
 | 
				
			|||||||
    "license": "MIT",
 | 
					    "license": "MIT",
 | 
				
			||||||
    "require": {
 | 
					    "require": {
 | 
				
			||||||
        "php": ">=5.4.0",
 | 
					        "php": ">=5.4.0",
 | 
				
			||||||
		"symfony/http-foundation": "2.*"
 | 
					        "symfony/http-foundation": "~2.1"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "require-dev": {
 | 
					    "require-dev": {
 | 
				
			||||||
		"league/phpunit-coverage-listener": "~1.0",
 | 
					        "phpunit/phpunit": "~4.0",
 | 
				
			||||||
    	"mockery/mockery": "0.8"
 | 
					        "mockery/mockery": "~0.9",
 | 
				
			||||||
 | 
					        "league/phpunit-coverage-listener": "~1.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "repositories": [
 | 
					    "repositories": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
@@ -47,8 +48,17 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "autoload": {
 | 
					    "autoload": {
 | 
				
			||||||
        "psr-4": {
 | 
					        "psr-4": {
 | 
				
			||||||
            "League\\OAuth2\\Server\\": "src/",
 | 
					            "League\\OAuth2\\Server\\": "src/"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "autoload-dev": {
 | 
				
			||||||
 | 
					        "psr-4": {
 | 
				
			||||||
            "LeagueTests\\": "tests/"
 | 
					            "LeagueTests\\": "tests/"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "extra": {
 | 
				
			||||||
 | 
					        "branch-alias": {
 | 
				
			||||||
 | 
					            "dev-v4.0.0-WIP": "4.0-dev"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user