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:
		@@ -3,6 +3,7 @@ language: php
 | 
			
		||||
php:
 | 
			
		||||
  - 5.4
 | 
			
		||||
  - 5.5
 | 
			
		||||
  - 5.6
 | 
			
		||||
  - hhvm
 | 
			
		||||
 | 
			
		||||
matrix:
 | 
			
		||||
@@ -18,4 +19,4 @@ script: phpunit --configuration phpunit.xml.dist
 | 
			
		||||
 | 
			
		||||
cache:
 | 
			
		||||
  directories:
 | 
			
		||||
    - vendor
 | 
			
		||||
    - vendor
 | 
			
		||||
 
 | 
			
		||||
@@ -9,12 +9,12 @@
 | 
			
		||||
	},
 | 
			
		||||
	"require-dev": {
 | 
			
		||||
		"league/phpunit-coverage-listener": "~1.0",
 | 
			
		||||
        "mockery/mockery": "0.8"
 | 
			
		||||
        	"mockery/mockery": "0.8"
 | 
			
		||||
	},
 | 
			
		||||
	"repositories": [
 | 
			
		||||
		{
 | 
			
		||||
			"type": "git",
 | 
			
		||||
			"url": "https://github.com/php-loep/oauth2-server.git"
 | 
			
		||||
			"url": "https://github.com/thephpleague/oauth2-server.git"
 | 
			
		||||
		}
 | 
			
		||||
	],
 | 
			
		||||
	"keywords": [
 | 
			
		||||
@@ -52,4 +52,4 @@
 | 
			
		||||
	"suggest": {
 | 
			
		||||
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user