File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Expand file tree Collapse file tree 5 files changed +15
-8
lines changed   Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 1+ version : 2 
2+ updates :
3+ - package-ecosystem : composer 
4+   directory : " /" 
5+   schedule :
6+     interval : daily 
7+     time : " 04:00" 
8+   open-pull-requests-limit : 10 
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]  
88
9+ ## [ 2.3.0]  - 2022-02-15 
10+ ### Added   
11+ -  Support Laravel 9 [ PR #17 ] ( https://github.com/JsonMapper/LaravelPackage/pull/17 ) 
12+ 
913## [ 2.2.0]  - 2021-03-18 
1014### Added  
1115-  Utilise the new builder factory; Add mapToCollection methods [ PR #13 ] ( https://github.com/JsonMapper/LaravelPackage/pull/13 ) 
Original file line number Diff line number Diff line change 1- 2.2 .0
1+ 2.3 .0
Original file line number Diff line number Diff line change 1414    "require" : {
1515        "json-mapper/json-mapper" : " ^2.3"  ,
1616        "php" : " ^7.2 || ^8.0"  ,
17-         "illuminate/support" : " ^5.5|^6|^7|^8" 
17+         "illuminate/support" : " ^5.5|^6|^7|^8|^9 " 
1818    },
1919    "autoload" : {
2020        "psr-4" : {
4242    "require-dev" : {
4343        "ext-json" : " *"  ,
4444        "squizlabs/php_codesniffer" : " ^3.5"  ,
45-         "phpstan/phpstan" : " ^0.12.19"  ,
45+         "phpstan/phpstan" : " ^0.12.19 || ^1.0.0 "  ,
4646        "phpunit/phpunit" : " ^8.0 || ^9.0"  ,
4747        "orchestra/testbench" : " ^5.3|^6.0"  ,
4848        "php-coveralls/php-coveralls" : " ^2.4"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments