File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1515      fail-fast : true 
1616      matrix :
1717        php : [8.2, 8.3, 8.4] 
18-         laravel : [11] 
18+         laravel : [11, 12 ] 
1919
2020    steps :
2121      - name : Checkout Code 
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec
55
66## Unreleased  
77
8+ ## [ 7.2.0]  - 2025-03-21 
9+ 
10+ ### Added  
11+ 
12+ -  Package now supports Laravel 12.
13+ 
814## [ 7.1.0]  - 2025-01-11 
915
1016### Changed  
Original file line number Diff line number Diff line change 2525        "php" : " ^8.2" 
2626        "ext-json" : " *" 
2727        "laravel-json-api/neomerx-json-api" : " ^5.0.3" 
28-         "laravel/framework" : " ^11.0" 
28+         "laravel/framework" : " ^11.0|^12.0 " 
2929        "nyholm/psr7" : " ^1.8" 
3030        "ramsey/uuid" : " ^4.0" 
3131        "symfony/psr-http-message-bridge" : " ^7.0" 
3232    },
3333    "require-dev" : {
3434        "ext-sqlite3" : " *" 
3535        "guzzlehttp/guzzle" : " ^7.8" 
36-         "laravel-json-api/testing" : " ^3.0 " 
36+         "laravel-json-api/testing" : " ^3.1 " 
3737        "laravel/legacy-factories" : " ^1.4.0" 
38-         "laravel/ui" : " ^4.4 " 
38+         "laravel/ui" : " ^4.6 " 
3939        "mockery/mockery" : " ^1.6" 
40-         "orchestra/testbench" : " ^9.0" 
41-         "phpunit/phpunit" : " ^10.5" 
40+         "orchestra/testbench" : " ^9.0|^10.0 " 
41+         "phpunit/phpunit" : " ^10.5|^11.0 " 
4242    },
4343    "suggest" : {
4444        "cloudcreativity/json-api-testing" : " Required to use the test helpers." 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments