16 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "require-dev": { | ||
|  |         "pestphp/pest": "^3.8" | ||
|  |     }, | ||
|  |     "config": { | ||
|  |         "allow-plugins": { | ||
|  |             "pestphp/pest-plugin": true | ||
|  |         } | ||
|  |     }, | ||
|  |     "autoload-dev": { | ||
|  |       "psr-4": { | ||
|  |         "Tests\\": "tests/" | ||
|  |       } | ||
|  |     } | ||
|  | } |